DefinitelyTyped/types/script-ext-html-webpack-plugin/tsconfig.json
2019-01-27 17:33:21 -05:00

17 lines
445 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", "script-ext-html-webpack-plugin-tests.ts"]
}