mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
20 lines
440 B
JSON
20 lines
440 B
JSON
{
|
|
"compilerOptions": {
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strictNullChecks": true,
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node"
|
|
},
|
|
"atom": {
|
|
"rewriteTsconfig": true
|
|
}
|
|
}
|