Q2TG/tsconfig.json

15 lines
254 B
JSON

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