Files
DefinitelyTyped/anybar/tsconfig.json
Chris Khoo ff851f7213 add anybar (#12146)
* add anybar

* change to ProperModule kind
2016-11-01 21:15:04 +09:00

20 lines
335 B
JSON

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