DefinitelyTyped/tapable/tsconfig.json
Scott(JuJiang) 8b066c8528 feat: add definition for tapable of webpack (#12376)
* feat: add definition for tapable of webpack

* fix: enable strictNullChecks and adjust tests
2016-11-02 23:43:39 +09:00

20 lines
398 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"tapable-tests.ts"
]
}