mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-12-19 05:19:42 +08:00
14 lines
259 B
JSON
14 lines
259 B
JSON
{
|
|
"version": "1.5.0-beta",
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "system",
|
|
"declaration": true,
|
|
},
|
|
"filesGlob": [
|
|
"./**/*.ts",
|
|
"!node_modules/**/*.ts",
|
|
"!node_modules/**/*.tsx"
|
|
]
|
|
}
|