DefinitelyTyped/types/string-replace-webpack-plugin/tsconfig.json
2020-02-27 11:16:20 -08:00

17 lines
444 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", "string-replace-webpack-plugin-tests.ts"]
}