vanilje/tsconfig.json

16 lines
212 B
JSON

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