mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-03 22:47:59 +00:00
da11ef64c2
* chore: escalate stack trace to console * refactor: event finding in roll * docs: initial roll specification * refactor: call to roll * refactor: normalise index * refactor: roll into next event * refactor: hot reload on waiting to roll * refactor: wait to roll next
20 lines
402 B
JSON
20 lines
402 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": false,
|
|
"target": "ESNext",
|
|
"module": "Node16",
|
|
"moduleResolution": "Node16",
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"types": ["vitest/globals"],
|
|
"outDir": "dist",
|
|
"experimentalDecorators": true,
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/**/*.js",
|
|
],
|
|
}
|