mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 08:17:54 +08:00
* Add type definitions for koa-route * Not needed: path-to-regexp * Change path-to-regexp asOfVersion to ^1.7.0 * Revert "Change path-to-regexp asOfVersion to ^1.7.0" This reverts commit 0452ebe8033ef9de3c084f4ef3366f63e351af6e. * Change path-to-regexp dependency to ^1.7.0
23 lines
453 B
JSON
23 lines
453 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"koa-route-tests.ts"
|
|
]
|
|
}
|