DefinitelyTyped/types/sw-precache-webpack-plugin/tsconfig.json
JounQin e8849415f2 feat: add declarations for sw-precache-webpack-plugin (#25541)
* feat: add declarations for sw-precache-webpack-plugin

* override type of sw-precache option `importScripts`
2018-05-07 09:18:22 -07:00

24 lines
507 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"sw-precache-webpack-plugin-tests.ts"
]
}