Q2TG/tsconfig.json

14 lines
227 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"target": "ESNext",
"esModuleInterop": true,
"sourceMap": false,
"moduleResolution": "Node",
"outDir": "build"
},
"exclude": [
"node_modules"
]
}