Files
DefinitelyTyped/types/emoji-strip/tsconfig.json
garyking 2f441237fc Add typings for emoji-strip (#39272)
* generate types/emoji-strip dir with dts-gen

* finish emoji-strip/index.d.ts

* finish emoji-strip tests

* Fix version

* More fixes for emoij-strip.

* fix require
2019-10-22 14:06:45 -07:00

25 lines
525 B
JSON

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