DefinitelyTyped/types/alloy/tsconfig.json
Mathias Lykkegaard Lorenzen e177e0413e added "alloy" typings. (#39938)
* 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.
2019-11-04 07:53:14 -08:00

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"
]
}