mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 05:28:27 +00:00
misc: set noImplicitAny to false
This commit is contained in:
parent
cd9f4c3450
commit
2e6fbc698f
@ -13,24 +13,11 @@
|
|||||||
"outDir": "lib",
|
"outDir": "lib",
|
||||||
"inlineSources": false,
|
"inlineSources": false,
|
||||||
"strictNullChecks": false,
|
"strictNullChecks": false,
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": false,
|
||||||
|
|
||||||
"typeRoots": [
|
"typeRoots": ["./node_modules/@types", "./node_modules/@microsoft"],
|
||||||
"./node_modules/@types",
|
"types": ["webpack-env"],
|
||||||
"./node_modules/@microsoft"
|
"lib": ["es5", "dom", "es2015.collection", "es2015.promise"]
|
||||||
],
|
|
||||||
"types": [
|
|
||||||
"webpack-env"
|
|
||||||
],
|
|
||||||
"lib": [
|
|
||||||
"es5",
|
|
||||||
"dom",
|
|
||||||
"es2015.collection",
|
|
||||||
"es2015.promise"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"include": [
|
"include": ["src/**/*.ts", "src/**/*.tsx"]
|
||||||
"src/**/*.ts",
|
|
||||||
"src/**/*.tsx"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user