mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-12-19 05:19:42 +08:00
23 lines
430 B
JSON
23 lines
430 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowUnreachableCode": false,
|
|
"declaration": false,
|
|
"experimentalDecorators": true,
|
|
"lib": [
|
|
"dom",
|
|
"es2015"
|
|
],
|
|
"moduleResolution": "node",
|
|
"module": "es2015",
|
|
"target": "es2015",
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"jsx": "react",
|
|
"jsxFactory": "h"
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|