Files
ionic-framework/angular/tsconfig.legacy.json
2019-01-08 21:33:30 +01:00

9 lines
145 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "es5",
"declarationDir": "build/es5",
"outDir": "build/es5"
}
}