mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
- definitioin files - tests https://github.com/kimmobrunfeldt/progressbar.js#progressbarjs https://www.npmjs.com/package/progressbar.js x-ref: kimmobrunfeldt/progressbar.js#206 kimmobrunfeldt/progressbar.js#149 Thanks!
25 lines
514 B
JSON
25 lines
514 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"DOM"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictFunctionTypes": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"progressbar.js-tests.ts"
|
|
]
|
|
}
|