mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-16 13:52:51 +00:00
* added alloy typings. * added version. * added missing end of line. * removed redundant keywords. * corrected typo. * added missing end of line. * removed function references. * removed generic parameter. * updated titanium typings. * any args. * added author. * changed into a class. * updated typings. * switch back to interface sadly. * removal of jquery type extension. * fixed tests. * fix for scoping.
24 lines
504 B
JSON
24 lines
504 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"dom",
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"alloy-tests.ts"
|
|
]
|
|
} |