aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src/tsconfig.json')
-rw-r--r--catalog-ui/src/tsconfig.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/catalog-ui/src/tsconfig.json b/catalog-ui/src/tsconfig.json
new file mode 100644
index 0000000000..2890b9b73c
--- /dev/null
+++ b/catalog-ui/src/tsconfig.json
@@ -0,0 +1,32 @@
+{
+ "compilerOptions": {
+ "baseUrl": ".",
+ "declaration": false,
+ "emitDecoratorMetadata": true,
+ "experimentalDecorators": true,
+ "allowJs": true,
+ "mapRoot": "./",
+ "module": "commonjs",
+ "moduleResolution": "node",
+ "outDir": "../dist/out-tsc",
+ "lib": [
+ "es6",
+ "dom"
+ ],
+ "sourceMap": true,
+ "target": "es5",
+ "typeRoots": [
+ "../node_modules/@types",
+ "./typings"
+ ],
+ "types": [
+ "jquery",
+ "core-js",
+ "node"
+ ]
+ },
+ "exclude": [
+ "test.ts",
+ "**/*.spec.ts"
+ ]
+} \ No newline at end of file