DefinitelyTyped/types/node-gettext/tsconfig.json

26 lines
572 B
JSON
Raw Permalink Normal View History

2019-01-02 11:46:40 +00:00
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strictFunctionTypes": true
2019-01-02 11:46:40 +00:00
},
"files": [
"index.d.ts",
"node-gettext-tests.ts"
]
}