Valetudo/backend/tsconfig.json

17 lines
372 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"module": "commonJS",
"target": "es6",
"lib": ["es2019"],
"moduleResolution": "node",
"sourceMap": true,
"alwaysStrict": true,
"noEmit": true,
"skipLibCheck": true,
"resolveJsonModule": true
},
"include": ["lib"]
}