nixos-configs/devices/nos/modules/subtitles/syncing/node-syncsub/tsconfig.json
matt1432 c51d07bdbf
All checks were successful
Discord / discord commits (push) Has been skipped
feat(subsync): setup node script for syncing subs
2024-03-26 11:31:59 -04:00

19 lines
368 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"lib": [
"ES2022"
],
"outDir": "build",
"strict": true,
"moduleResolution": "node",
"baseUrl": ".",
"typeRoots": [
"./node_modules/@types",
],
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true
}
}