DefinitelyTyped/types/sass-webpack-plugin/tsconfig.json
AEPKILL 385efad406 Type definitions for sass-webpack-plugin 1.0.0 (#23898)
* finish

* add tslint

* pass lint

* fix some error

* fix export error
2018-02-26 08:42:37 -08:00

18 lines
411 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6", "dom"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"jsx": "react",
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": ["index.d.ts", "sass-webpack-plugin-tests.ts"]
}