mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
17 lines
328 B
JSON
17 lines
328 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "es5",
|
||
|
|
"module": "commonjs",
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"lib": ["es2015", "dom"],
|
||
|
|
"experimentalDecorators": true,
|
||
|
|
"emitDecoratorMetadata": true,
|
||
|
|
"outDir": "dist",
|
||
|
|
"types": ["node"],
|
||
|
|
"rootDir": "."
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"src/app.ts",
|
||
|
|
"src/main.ts"
|
||
|
|
]
|
||
|
|
}
|