DefinitelyTyped/node-gettext/tsconfig.json
Sameer KC f17c61f5c6 CommonJS style import
No default in npm module
2019-01-02 15:56:33 +01:00

25 lines
535 B
JSON

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