@mogeko/tsconfig
v0.0.6
Published
`tsconfig.json` files for sharing
Downloads
57
Readme
tsconfig
This package provides tsconfig.json
files for sharing.
default.tsconfig.json
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/strictest/tsconfig.json",
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"allowJs": true,
"verbatimModuleSyntax": true,
"noEmit": true
}
}
License
The code in this package under the MIT License.