mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-12-19 05:19:42 +08:00
13 lines
210 B
JSON
13 lines
210 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/app"
|
|
},
|
|
"files": [
|
|
"src/main.ts",
|
|
"src/polyfills.ts",
|
|
"src/zone-flags.ts"
|
|
],
|
|
"include": ["src/**/*.d.ts"]
|
|
}
|