aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.angular.build-es5.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.angular.build-es5.json')
-rw-r--r--tsconfig.angular.build-es5.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/tsconfig.angular.build-es5.json b/tsconfig.angular.build-es5.json
new file mode 100644
index 0000000..17e51af
--- /dev/null
+++ b/tsconfig.angular.build-es5.json
@@ -0,0 +1,24 @@
+{
+ "compilerOptions": {
+ "module": "es2015",
+ "target": "es5",
+ "lib": ["es2015", "dom"],
+ "skipLibCheck": true,
+ "emitDecoratorMetadata": true,
+ "experimentalDecorators": true,
+ "sourceMap": true,
+ "moduleResolution": "node",
+ "declaration": true,
+ "outDir": "build",
+ "rootDir": "src"
+ },
+ "files": [
+ "src/angular/index.ts"
+ ],
+ "angularCompilerOptions": {
+ "skipMetadataEmit": false,
+ "strictMetadataEmit": false,
+ "skipTemplateCodegen": true,
+ "flatModuleId": "sdc-ui"
+ }
+}