DefinitelyTyped/html-webpack-template/tsconfig.json
bumbleblym b0d3f2601e Add html-webpack-template (#13680)
* Add html-webpack-template

* Add Attributes type
2017-01-02 16:56:14 -08:00

21 lines
444 B
JSON

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