UNPKG

471 BJSONView Raw
1{
2 "compilerOptions": {
3 "baseUrl": "../",
4 "forceConsistentCasingInFileNames": true,
5 "jsx": "react",
6 "lib": [
7 "es6",
8 "dom"
9 ],
10 "module": "commonjs",
11 "noEmit": true,
12 "noImplicitAny": true,
13 "noImplicitThis": true,
14 "strict": true,
15 "strictNullChecks": true,
16 "strictFunctionTypes": true,
17 "target": "es5",
18 "typeRoots": [
19 "../"
20 ],
21 "types": []
22 },
23 "include": [
24 "./*.ts",
25 "./*.tsx"
26 ]
27}