- Rename package to @transquinnftw/typescript-config-base
- Add publishConfig for GitLab npm registry
- Add .gitlab-ci.yml for auto-publish on main
🤖 Generated with Claude Code
11 lines
296 B
JSON
11 lines
296 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "ESM TypeScript Configuration",
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"isolatedModules": true,
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|