nixos-configs/devices/nos/modules/subtitles/node-syncsub/tsconfig.json
matt1432 fc33a7c1fc
All checks were successful
Discord / discord commits (push) Has been skipped
refactor(subsync): use flake instead
2024-04-04 08:57:19 -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
}
}