mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
chore(): use correct files property in tsconfig
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
"declaration": true,
|
"declaration": true,
|
||||||
"outDir": "dist"
|
"outDir": "dist"
|
||||||
},
|
},
|
||||||
"include": [
|
"files": [
|
||||||
"ionic/ionic.ts",
|
"ionic/ionic.ts",
|
||||||
"typings/main.d.ts"
|
"typings/main.d.ts"
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user