DefinitelyTyped/types/addressparser/tsconfig.json
Panov Anton d7f47554dd
New types for addressparser package (#47018)
Co-authored-by: Anton Panov <anton.panov@onetwotrip.com>
2020-08-27 20:03:33 -04:00

23 lines
413 B
JSON

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