Archived
Rename the angular app folder to ts-v5.
This commit is contained in:
Executable
+20
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user