mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
20 lines
685 B
JSON
20 lines
685 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"rootDir": "src/",
|
|
"outDir": "dist",
|
|
|
|
"target": "ES6" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
|
|
"lib": [
|
|
"ES2018",
|
|
"DOM"
|
|
] /* Specify a set of bundled library declaration files that describe the target runtime environment. */,
|
|
|
|
"module": "CommonJS" /* Specify what module code is generated. */,
|
|
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
|
|
"strict": true /* Enable all strict type-checking options. */,
|
|
|
|
"skipLibCheck": true /* Skip type checking all .d.ts files. */
|
|
}
|
|
}
|