mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 06:18:34 +00:00
23 lines
432 B
JSON
23 lines
432 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"baseUrl": ".",
|
||
|
|
|
||
|
|
"declaration": true,
|
||
|
|
"declarationMap": true,
|
||
|
|
"sourceMap": true,
|
||
|
|
|
||
|
|
"strict": false,
|
||
|
|
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"outDir": "./dist",
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"module": "commonjs",
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"target": "es2015",
|
||
|
|
|
||
|
|
"composite": true,
|
||
|
|
"resolveJsonModule": true
|
||
|
|
},
|
||
|
|
"exclude": ["packages/*/lib/*.json", "packages/*/__tests__/*"]
|
||
|
|
}
|