Files
no-twitter-bot/tsconfig.json
Lucid Kobold fa1e07e4af First build
2025-02-19 11:11:47 -05:00

20 lines
388 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"rootDir": ".",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"paths": {
"#root/*": ["./src/*"]
},
"strict": true,
"noEmit": true,
"outDir": "build",
"sourceMap": true,
"esModuleInterop": true,
"skipLibCheck": true,
"preserveWatchOutput": true
},
"include": ["src/**/*"]
}