mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* add plugins to docker compose * build common * change cmd * build:pkgs * fix' * temp: add named vol * update docker-compose for plugins dev * update seed script to transpile only * fix ci * fix ci Co-authored-by: gandharv <gandharvkumargarg@gmail.com>
22 lines
440 B
JSON
22 lines
440 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__/*", "dist"]
|
|
}
|