mirror of
https://github.com/HackPlan/polaris-react.git
synced 2026-04-29 09:45:39 +08:00
alphabetised ordering in tsconfig.json
This commit is contained in:
@@ -19,14 +19,13 @@
|
||||
"importHelpers": true,
|
||||
"lib": [
|
||||
"dom",
|
||||
"dom.iterable",
|
||||
"es2015",
|
||||
"es2016",
|
||||
"es2017",
|
||||
"dom.iterable",
|
||||
"scripthost",
|
||||
"esnext.asynciterable"
|
||||
"esnext.asynciterable",
|
||||
"scripthost"
|
||||
]
|
||||
},
|
||||
"include": ["./config/typescript/**/*", "./src/**/*", "./package.json"],
|
||||
"exclude": ["./node_modules/@types/graphql/**/*"]
|
||||
"include": ["./config/typescript/**/*", "./src/**/*", "./package.json"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user