mirror of
https://github.com/cpvalente/ontime.git
synced 2026-07-26 10:38:55 +00:00
20 lines
411 B
JSON
20 lines
411 B
JSON
{
|
|
"extends": "../../tsconfig.tests.json",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"allowUnusedLabels": false,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"allowJs": true,
|
|
"baseUrl": "src",
|
|
"types": ["vitest/globals"],
|
|
"composite": true
|
|
},
|
|
"include": [
|
|
"src/**/*.test.ts",
|
|
"src/**/*.spec.ts",
|
|
]
|
|
}
|