DefinitelyTyped/node-emoji/tsconfig.json
Tristan Jones 989a69ee7c Node emoji (#13764)
* Added definitions for node-emoji

* Added test for node-emoji
2017-01-05 11:11:57 -08:00

21 lines
433 B
JSON

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