mirror of
https://github.com/cpvalente/ontime.git
synced 2026-07-26 10:38:55 +00:00
19 lines
386 B
JSON
19 lines
386 B
JSON
{
|
|
"extends": "../../tsconfig.tests.json",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "node16",
|
|
"moduleResolution": "node16",
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"types": ["vitest/globals"],
|
|
"outDir": "dist",
|
|
"experimentalDecorators": true,
|
|
"composite": true
|
|
},
|
|
"include": [
|
|
"src/**/*.test.ts",
|
|
"src/**/*.spec.ts",
|
|
]
|
|
}
|