DefinitelyTyped/types/input-moment/tsconfig.json
Tim Ittermann 95264ebcb9 Add input-moment declarations (#37231)
* Add input-moment

* Strings

* Add File to TSConfig (sorry)

* Rename

* Package.json

* change Require

* Require index.d.ts
2019-07-31 11:05:07 -07:00

26 lines
585 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"allowSyntheticDefaultImports": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "preserve"
},
"files": [
"index.d.ts",
"input-moment-tests.tsx"
]
}