2022-01-25 20:00:21 +01:00

26 lines
464 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"incremental": false,
"noImplicitAny": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"jsx": "react",
"module": "commonjs",
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "es5",
"types": [
"jest",
"node"
],
"lib": [
"es2017",
"dom"
]
},
"include": [
"src"
]
}