mirror of
https://github.com/deiucanta/chatpad.git
synced 2026-03-11 09:04:31 +00:00
17 lines
No EOL
483 B
JSON
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"]
|
|
} |