Files
shields/tsconfig.json
chris48s 08af9eadbd upgrade gatsby (#8334)
* skipLibCheck

* gatsby@4.21.1

* waitForStableDOM
2022-08-25 17:45:48 +01:00

17 lines
385 B
JSON

{
"include": ["frontend/**/*"],
"exclude": [],
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"declaration": true,
"outDir": "unused_ts_output",
"strict": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "react",
"typeRoots": ["node_modules/@types", "frontend/types"],
"skipLibCheck": true
}
}