DefinitelyTyped/types/webpack-deadcode-plugin/tsconfig.json
2020-07-22 12:11:31 -07:00

20 lines
460 B
JSON

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