mirror of
https://github.com/JohanLeroy/dialogue-lib.git
synced 2026-01-27 09:47:31 +00:00
15 lines
337 B
JSON
15 lines
337 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"lib": ["ES2020", "DOM"],
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"outDir": "dist/out-tsc",
|
|
"types": []
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
} |