Files
DefinitelyTyped/types/throng/tsconfig.json
Cyril Schumacher 031d1a1b33 Add definition for "throng" (#16123)
* Add definition for "throng".

* Fix tslint errors.

* Fix mistakes.

* Fix mistake.

* Replace "class" by "interface".
2017-04-25 09:50:25 -07:00

23 lines
450 B
JSON

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