DefinitelyTyped/types/hard-source-webpack-plugin/tsconfig.json
woitechen 155be3a701 New package: 'hard-source-webpack-plugin' (#26972)
* Add definitions to 'hard-source-webpack-plugin' package

* Run 'npm test'
2018-07-02 10:07:00 -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",
"hard-source-webpack-plugin-tests.ts"
]
}