Using the TypeScript compiler with JSDoc
This configuration is supposed to be used with @studio/eslint-config.
tsconfig.json
{
"extends": "@studio/tsconfig",
"include": ["**/*.js"],
"exclude": ["node_modules"]
}MIT
Made with ❤️ on 🌍
Using the TypeScript compiler with JSDoc
This configuration is supposed to be used with @studio/eslint-config.
tsconfig.json
{
"extends": "@studio/tsconfig",
"include": ["**/*.js"],
"exclude": ["node_modules"]
}MIT