mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 01:51:41 -04:00
22 lines
482 B
JSON
22 lines
482 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,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"target": "es2019"
|
|
},
|
|
"atom": {
|
|
"rewriteTsconfig": true
|
|
}
|
|
}
|