DefinitelyTyped/types/sass-loader/tsconfig.json
Jason Kwok d3164d63b2
[sass-loader] Added type definitions (#43836)
* [sass-loader] Added type definitions

* [sass-loader] Removed files

* [sass-loader] fixed export

Co-authored-by: Jason Kwok <JasonHK@users.noreply.github.com>
2020-04-13 16:18:10 -07:00

25 lines
525 B
JSON

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