@studio/tsconfig
v1.3.0
Published
The JavaScript Studio sharable tsconfig
Downloads
265
Readme
JavaScript Studio tsconfig.json
Using the TypeScript compiler with JSDoc
This configuration is supposed to be used with @studio/eslint-config
.
Usage:
tsconfig.json
{
"extends": "@studio/tsconfig",
"include": ["**/*.js"],
"exclude": ["node_modules"]
}
License
MIT