https-jrtorres042-github-com
/
git_miceosoft-powershell_achived-credential_shield.io_tracking-covid-19_merge-desktop_diff-1
Public template
forked from jrtorres042/git_miceosoft-powershell_achived-credential_shield_tracker-covid-19_live-cam_desktop_diff-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig.json
34 lines (34 loc) · 795 Bytes
/
tsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"compilerOptions": {
"module": "esnext",
"moduleResolution": "node",
"target": "es2017",
"esModuleInterop": true,
"importHelpers": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"sourceMap": true,
"jsx": "react",
"strict": true,
"noEmit": true,
"outDir": "./out",
"lib": ["ES2017", "DOM", "DOM.Iterable", "ES2018.Promise", "ES2020.string"]
},
"plugins": [
{
"name": "typescript-tslint-plugin"
}
],
"include": ["app/**/*.ts", "app/**/*.tsx", "app/**/*.d.tsx"],
"exclude": [
"node_modules",
"app/node_modules",
"dist",
"out",
"app/src/highlighter"
],
"compileOnSave": false
}