mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* add wegame-api definition * no need these files for DefinitelyTyped project * add missing files * add strictFunctionTypes check * not allowed by DefinitelyTyped * modify header according to DefinitelyTyped's standard * remove OpenContextData test as this extra file is not allowed by DefinitelyTyped. * remove files now allowed by DefinitelyTyped * add noEmit to tsconfig.json * fixed test errors * fix errors, passed tslint test.
24 lines
506 B
JSON
24 lines
506 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noEmit": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"wegame-api-tests.ts"
|
|
]
|
|
} |