DefinitelyTyped/types/extra-watch-webpack-plugin/tsconfig.json
2019-01-25 18:00:28 -05:00

17 lines
441 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", "extra-watch-webpack-plugin-tests.ts"]
}