DefinitelyTyped/tether-drop/tsconfig.json
2016-08-12 14:53:54 -07:00

20 lines
403 B
JSON

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