From 19fcec84d8d7d21e796c7624e521b60d28ee21ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:45:59 +0200 Subject: Adding upstream version 16.2.11+ds. Signed-off-by: Daniel Baumann --- src/pybind/mgr/dashboard/frontend/tsconfig.json | 42 +++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/pybind/mgr/dashboard/frontend/tsconfig.json (limited to 'src/pybind/mgr/dashboard/frontend/tsconfig.json') diff --git a/src/pybind/mgr/dashboard/frontend/tsconfig.json b/src/pybind/mgr/dashboard/frontend/tsconfig.json new file mode 100644 index 000000000..218cffda9 --- /dev/null +++ b/src/pybind/mgr/dashboard/frontend/tsconfig.json @@ -0,0 +1,42 @@ +{ + "compileOnSave": false, + "compilerOptions": { + "downlevelIteration": true, + "esModuleInterop": true, + "importHelpers": true, + "outDir": "./dist/out-tsc", + "sourceMap": true, + "declaration": false, + "moduleResolution": "node", + "emitDecoratorMetadata": true, + "experimentalDecorators": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "noFallthroughCasesInSwitch": true, + "noImplicitThis": true, + "noImplicitReturns": true, + "noImplicitAny": true, + "suppressImplicitAnyIndexErrors": true, + "target": "es2015", + "module": "es2020", + "baseUrl": "./", + "paths": { + "~/*": ["src/*"] + }, + "typeRoots": [ + "node_modules/@types" + ], + "lib": [ + "es2017", + "dom" + ], + "allowJs": true, + "skipLibCheck": true + }, + "exclude": [ + "coverage", + "dist", + "node_modules", + "cypress" + ] +} -- cgit v1.2.3