DefinitelyTyped/types/scrambo/tsconfig.json
Christopher Mühl f53fd2ba9c
Add type definitions for "scrambo" (#42776)
* Add types for scrambo

* Satisfy linter

* Enable esModuleInterop

* Get rid of esModuleInterop
2020-03-02 14:44:37 -08:00

24 lines
488 B
JSON

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