You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
441 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"target": "ES2019",
"esModuleInterop": true,
"lib": ["es6", "esnext"],
"outDir": "../../dist/back",
"keyofStringsOnly": true,
"checkJs": false,
"allowJs": true,
"resolveJsonModule": true,
"sourceMap": true,
"skipLibCheck": true
},
"include": ["./**/*", "./*"]
}