mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* feature-2054 plugin cli * plugin cli * readme changes * npm publish * Review comments * Review comments * cli fix * added build flag
14 lines
No EOL
230 B
JSON
14 lines
No EOL
230 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"importHelpers": true,
|
|
"module": "commonjs",
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"target": "es2019"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |