Files
DefinitelyTyped/tldjs/tsconfig.json
Joshua DeVinney b46144de01 tldjs typing [Types-2.0] (#11714)
* tldjs v1.7 typing

* Making things top level for tldjs
2016-10-05 20:31:42 -07:00

19 lines
396 B
JSON

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