DefinitelyTyped/types/rax/tsconfig.json
狒狒神 c26df8232d
feat: add @types/rax (#43338)
* feat: add @types/rax

* fix: entry

* fix: package name

* fix: header

* fix: tsconfig

* fix: deps

* fix: deps

* chore: name

* fix: tsconfig

* fix: header

* fix: header

* fix: header

* fix: tslint

* fix: tslint

* fix: tslint

* fix: tslint
2020-03-31 16:12:21 -07:00

24 lines
487 B
JSON

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