keeweb/tsconfig.tests.json

16 lines
349 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"preserveConstEnums": true,
"sourceMap": true,
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "preact",
"baseUrl": "app/scripts",
"noEmitOnError": true,
"esModuleInterop": true
},
"include": ["app/scripts/**/*", "test/**/*.ts"]
}