nixos-configs/common/pkgs/discommit/tsconfig.json

19 lines
338 B
JSON
Raw Normal View History

2023-12-22 03:06:15 -05:00
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"lib": [
"ES2022"
],
"outDir": "build",
"strict": true,
"moduleResolution": "node",
"baseUrl": ".",
"typeRoots": [
"./node_modules/@types",
],
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
}