@emberkit/tsconfig
v0.2.1
Published
Shared TypeScript configuration for EmberKit projects
Downloads
490
Maintainers
Readme
@emberkit/tsconfig
Shared TypeScript configuration for EmberKit projects.
Install
npm install -D @emberkit/tsconfig
# or
pnpm add -D @emberkit/tsconfigUsage
Extend the base config in your tsconfig.json:
{
"extends": "@emberkit/tsconfig/base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src"]
}What's Included
The base config sets:
target: ES2022module: ESNextmoduleResolution: bundlerjsx: react-jsxjsxImportSource: @emberkit/corestrict: trueesModuleInterop: trueskipLibCheck: trueverbatimModuleSyntax: true
License
Apache-2.0
