mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9cf7b44f7c
Those options are enabled by default, they don't need to be explicit.
11 lines
195 B
JSON
11 lines
195 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es2015"],
|
|
"types": ["node", "jasmine"],
|
|
"module": "esnext",
|
|
"moduleResolution": "nodenext",
|
|
"sourceMap": true,
|
|
"declaration": true
|
|
}
|
|
}
|