DefinitelyTyped/types/romaji-name/tsconfig.json
Piotr Błażejewicz (Peter Blazejewicz) 873e6f44cc
feat(romaji-name): new definition (#48196)
John Resig's module:
- definition file
- tests

Note that undocumented exported api is not part of dt definition

https://github.com/jeresig/node-romaji-name#readme

Thanks!
2020-09-25 16:17:22 -07:00

24 lines
492 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",
"romaji-name-tests.ts"
]
}