DefinitelyTyped/webpack-dev-server/tsconfig.json

19 lines
422 B
JSON

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