mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-19 00:26:34 +08:00
* New definition for 'react-virtual-keyboard' * fixes * cleaning * delete comments and blank line * "noImplicitThis" have to be equal "true" * new definition for 'virtual-keyboard' * change files list in tsconfig.json * Expected file 'virtual-keyboard-test.ts' to be named virtual-keyboard-tests.ts * fix errors * errors * delete header * Expected '// Type definitions for ' * header * Error: At 3:60 : Expected one of * header * header * header * errors * err * err * error * global JQuery * trailing whitespace
24 lines
479 B
JSON
24 lines
479 B
JSON
{
|
|
"files": [
|
|
"index.d.ts",
|
|
"virtual-keyboard-tests.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|