DefinitelyTyped/artyom.js/tsconfig.json
Sema 9001e6d0ef artyom.js - Created typescript definition file (#13947)
* Initial version of types for artyom.js

* Added headers and documentation

* Removed tslint exception

In local, the npm run lint said that this header is not allowed, but in travis seems to work

* Added "noImplicitThis": true,

* Added MAJOR.MINOR to .d.ts header
2017-01-17 16:24:32 -08:00

21 lines
432 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": true,
"noImplicitThis": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"artyom.js-tests.ts"
]
}