UNPKG

852 BJSONView Raw
1{
2 "compileOnSave": false,
3 "compilerOptions": {
4 "allowJs": false,
5 "allowSyntheticDefaultImports": true,
6 "alwaysStrict": true,
7 "baseUrl": ".",
8 "declaration": false,
9 "experimentalDecorators": true,
10 "jsx": "preserve",
11 "lib": [
12 "es6",
13 "es7",
14 "dom"
15 ],
16 "module": "esnext",
17 "moduleResolution": "node",
18 "noImplicitReturns": true,
19 "noUnusedLocals": true,
20 "paths": {},
21 "preserveConstEnums": true,
22 "removeComments": false,
23 "sourceMap": false,
24 "strictFunctionTypes": true,
25 "strictNullChecks": true,
26 "target": "es2016",
27 "typeRoots": [
28 "node_modules/@types"
29 ],
30 "types": [
31 "react",
32 "react-dom"
33 ]
34 },
35 "exclude": [
36 "**/node_modules/*",
37 "**/tests/*",
38 "**/dist/*"
39 ],
40 "include": [
41 "../art-lib-react/src/**/*"
42 ]
43}
\No newline at end of file