DefinitelyTyped/types/columnify/tsconfig.json
garyking 74240e3686 columnify 1.5: Add type definitions (#39415)
* Generate files for columnify.

* Add decl and tests.

* Lint fixes.
2019-10-25 13:27:47 -07:00

24 lines
490 B
JSON

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