mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(tsconfig): fix json errors, use same as ng2
This commit is contained in:
@@ -1,13 +1,21 @@
|
||||
{
|
||||
"version": "1.5.0-beta",
|
||||
"version": "1.5.0",
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"module": "system",
|
||||
"declaration": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"declaration": false,
|
||||
"noImplicitAny": false,
|
||||
"removeComments": true,
|
||||
"noLib": false,
|
||||
"outDir": "dist/js/cjs"
|
||||
},
|
||||
"filesGlob": [
|
||||
"./**/*.ts",
|
||||
"!node_modules/**/*.ts",
|
||||
"!node_modules/**/*.tsx"
|
||||
"fileGlobs": [
|
||||
"./ionic/**/*.ts",
|
||||
"!./node_modules/**",
|
||||
"!./scripts/**",
|
||||
"!./dist/**",
|
||||
"!./tmp/**"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user