@nokari/tsconfig
v0.0.6
Published
A centralized TypeScript configuration for Nokari.
Readme
The @nokari/tsconfig module offers a default and optimized TypeScript configuration that works perfect with the entire Nokari ecosystem.
Usage
Once installed, extend your TypeScript configuration by adding the following to your tsconfig.json file:
{
"extends": "@nokari/tsconfig/tsconfig",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
}
}This will apply the default TypeScript settings provided by @nokari/tsconfig while allowing you to customize the compilerOptions as needed.
