DefinitelyTyped/types/map-to-obj/tsconfig.json
Kwok Chi Leong b489356bba [@types/map-to-obj] New type definition (#37638)
* [@types/map-to-obj] New type definition

* [@types/map-to-obj] Fixed typo
2019-08-15 14:27:22 -07:00

26 lines
570 B
JSON

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