UNPKG

491 BJSONView Raw
1{
2 "extends": "./node_modules/gts/tsconfig-google.json",
3 "compilerOptions": {
4 "jsx": "react",
5 "rootDir": "src",
6 "outDir": "build",
7 "noUnusedParameters": false,
8 "moduleResolution": "node",
9 "allowSyntheticDefaultImports": true,
10 "noImplicitAny": false,
11 "module": "commonjs",
12 "target": "es6",
13 "sourceMap": false,
14 "lib": [
15 "esnext",
16 "dom"
17 ]
18 },
19 "include": [
20 "*.tsx",
21 "**/*.tsx"
22 ],
23 "exclude": [
24 "node_modules"
25 ]
26}
\No newline at end of file