mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-07 23:37:35 +08:00
* Make moment dependency use `>` instead of fixed version * Remove unused file * Use moment.MomentFormatSpecification * Add dependency on moment
24 lines
556 B
JSON
24 lines
556 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": false,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"paths": {
|
|
"*": ["*", "react-daterange-picker/node_modules/*"]
|
|
},
|
|
"types": ["moment-range", "react"],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "react"
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"react-daterange-picker-tests.tsx"
|
|
]
|
|
}
|