mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-05 20:51:36 -05:00
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": "es2021"
|
|
},
|
|
"atom": {
|
|
"rewriteTsconfig": true
|
|
}
|
|
}
|