DefinitelyTyped/webtorrent/tsconfig.json
Tomasz Łaziuk 3fff8d11d2 [webtorrent] update to v0.98 (#14045)
* WebTorrent 0.98.1

* version

* lint

* authors

* simple-peer
2017-01-18 10:19:15 -08:00

24 lines
473 B
JSON

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