DefinitelyTyped/types/compression-webpack-plugin/tsconfig.json
2017-03-24 14:27:52 -07:00

24 lines
495 B
JSON

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