diff options
Diffstat (limited to 'rulemgt-frontend/tsconfig.json')
-rw-r--r-- | rulemgt-frontend/tsconfig.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/rulemgt-frontend/tsconfig.json b/rulemgt-frontend/tsconfig.json new file mode 100644 index 0000000..414d18e --- /dev/null +++ b/rulemgt-frontend/tsconfig.json @@ -0,0 +1,16 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "commonjs", + "moduleResolution": "node", + "sourceMap": true, + "emitDecoratorMetadata": true, + "experimentalDecorators": true, + "removeComments": false, + "noImplicitAny": false, + "lib": [ + "es2017", + "dom" + ] + } +} |