two-k-two-r-name-bot/tsconfig.json
2023-04-28 23:40:48 +09:00

12 lines
226 B
JSON

{
"compilerOptions": {
"rootDir": "src",
"outDir": "out",
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
},
"exclude": ["temp", "test"]
}