chatpad/backend/tsconfig.json
2023-09-21 21:00:37 +02:00

17 lines
No EOL
483 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"outDir": "lib",
"module": "ES2020",
"moduleResolution": "node",
"strict": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true
},
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Recommended",
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
}