mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-02 22:42:26 -04:00
* feat: improve mismatched specifiers error message * test: fix * feat: display as diff * docs(changeset): change it to minor * docs(changeset): add tsconfig * docs(changeset): more details * feat: make it clear which spec is belongs to which * docs: update changeset
21 lines
438 B
JSON
21 lines
438 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"composite": true,
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"preserveConstEnums": true,
|
|
"removeComments": false,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "es2022"
|
|
},
|
|
"atom": {
|
|
"rewriteTsconfig": true
|
|
}
|
|
}
|