mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* feat: Adds portkey plugin * Removes unused logs, safe parse json, refactor types * Update title and desc of icon svg for accesibility * Fixes variable overload causing crash * Adds model to chat operation
23 lines
No EOL
476 B
JSON
23 lines
No EOL
476 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": [
|
|
"plugins/*/lib/*.json",
|
|
"<rootDir>/__tests__/*",
|
|
"<rootDir>/scripts/*",
|
|
"dist"
|
|
]
|
|
} |