Rename the angular app folder to ts-v5.

This commit is contained in:
2019-02-13 21:25:56 +01:00
parent 89fe94e71d
commit 4e101063d6
94 changed files with 0 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"include": ["node_modules/angular-bootstrap-md/**/*.ts", "src/**/*.ts"],
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
]
}
}