diff options
Diffstat (limited to 'src/pybind/mgr/dashboard/frontend/tsconfig.json')
-rw-r--r-- | src/pybind/mgr/dashboard/frontend/tsconfig.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/pybind/mgr/dashboard/frontend/tsconfig.json b/src/pybind/mgr/dashboard/frontend/tsconfig.json new file mode 100644 index 00000000..557f4b43 --- /dev/null +++ b/src/pybind/mgr/dashboard/frontend/tsconfig.json @@ -0,0 +1,16 @@ +{ + "compileOnSave": false, + "compilerOptions": { + "importHelpers": true, + "outDir": "./dist/out-tsc", + "sourceMap": true, + "declaration": false, + "moduleResolution": "node", + "emitDecoratorMetadata": true, + "experimentalDecorators": true, + "target": "es5", + "typeRoots": ["node_modules/@types"], + "lib": ["es2017", "dom"], + "allowJs": true + } +} |