mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
14 lines
255 B
JSON
14 lines
255 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"noImplicitAny": false,
|
|
"outDir": "../dist/tools",
|
|
"rootDir": ".",
|
|
"sourceMap": false
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|