vanilje/tsconfig.json
2024-02-21 00:22:50 +00:00

14 lines
221 B
JSON

{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"outDir": "build/",
"esModuleInterop": true,
"strict": true
},
"include": [
"src/**/*",
"config.json"
]
}