mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
10 lines
163 B
JSON
10 lines
163 B
JSON
{
|
|
"extends": "./tsconfig.lib.json",
|
|
"compilerOptions": {
|
|
"declarationMap": false
|
|
},
|
|
"angularCompilerOptions": {
|
|
"compilationMode": "partial"
|
|
}
|
|
}
|