mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
17 lines
376 B
JSON
17 lines
376 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "bundler",
|
|
"experimentalDecorators": true,
|
|
"target": "es2015",
|
|
"strict": true,
|
|
"typeRoots": ["node_modules/@types"],
|
|
"paths": {
|
|
"post": ["./dist/post"]
|
|
}
|
|
},
|
|
"angularCompilerOptions": {
|
|
"strictTemplates": true,
|
|
"typeCheckHostBindings": true,
|
|
"strictInjectionParameters": true
|
|
}
|
|
}
|