DefinitelyTyped/types/rasha/tsconfig.json
Justin c0bbbd62bf Added type definitions for rasha (#34319)
* Added type definitions for rasha

* Added type definitions for rasha *
2019-03-29 10:59:50 -07:00

24 lines
504 B
JSON

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