Files
DefinitelyTyped/webpack-sources/tsconfig.json
Scott(JuJiang) ad11ed23f2 Types/webpack sources (#12484)
* feat: add definition for webpack-sources

* fix: enable strictNullChecks
2016-11-08 01:29:51 +09:00

20 lines
406 B
JSON

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