mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* added types for yup@0.26 * added types for is-docker * Revert "added types for yup@0.26" This reverts commit 025d62ac6109b35361f6e3636fea966d887dde74. * added esModuleInterop to the tsconfig * changed the export and forced the typescript version to 2.7"
18 lines
457 B
JSON
18 lines
457 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": ["es6"],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": ["../"],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strictFunctionTypes": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"files": ["index.d.ts", "is-docker-tests.ts"]
|
|
}
|