@kdujs/tsconfig
v0.1.3
Published
A base TSConfig for working with Kdu.js
Readme
@kdujs/tsconfig
TSConfigs for Kdu projects to extend.
Requires TypeScript >= 4.5.
Install:
npm add -D @kdujs/tsconfigAdd one of the available configurations to your tsconfig.json:
The base configuration (runtime-agnostic):
"extends": "@kdujs/tsconfig/tsconfig.json"Configuration for Browser environment:
"extends": "@kdujs/tsconfig/tsconfig.web.json"Configuration for Node environment:
"extends": "@kdujs/tsconfig/tsconfig.node.json"