mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-12-19 05:19:42 +08:00
18 lines
369 B
JSON
18 lines
369 B
JSON
{
|
|
"version": "1.5.0",
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es6",
|
|
"module": "system",
|
|
"declaration": true
|
|
},
|
|
"fileGlobs": [
|
|
"./ionic/**/*.ts",
|
|
"!./node_modules/**",
|
|
"!./scripts/**",
|
|
"!./dist/**",
|
|
"!./tmp/**"
|
|
]
|
|
}
|