keeweb/tsconfig.tests.json

16 lines
349 B
JSON
Raw Normal View History

2021-05-29 22:12:28 +02:00
{
"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"]
}