-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update tsconfig for better IDE integration (#3949)
- Loading branch information
Wendell
authored
Aug 9, 2019
1 parent
9499aec
commit 583eb77
Showing
3 changed files
with
23 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,16 @@ | ||
// Configuration for IDEs only. | ||
|
||
{ | ||
"extends": "../tsconfig.json", | ||
"compilerOptions": { | ||
"baseUrl": "./", | ||
"rootDir": "./", | ||
"target": "es5", | ||
"module": "es2015", | ||
"sourceMap": false, | ||
"moduleResolution": "node", | ||
"emitDecoratorMetadata": true, | ||
"experimentalDecorators": true, | ||
"declaration": true, | ||
"outDir": "../release", | ||
"lib": ["es2015", "dom"], | ||
"baseUrl": ".", | ||
"rootDir": ".", | ||
"paths": { | ||
"ng-zorro-antd": ["./ng-zorro-antd.module"], | ||
"ng-zorro-antd/*": ["./*"] | ||
} | ||
}, | ||
"files": ["./ng-zorro-antd.module.ts"], | ||
"angularCompilerOptions": { | ||
"skipTemplateCodegen": true | ||
} | ||
"include": [ | ||
"./**/*.ts" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters