mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
27 lines
515 B
JSON
27 lines
515 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es2024",
|
|
"ESNext.Array",
|
|
"ESNext.Collection",
|
|
"ESNext.Error",
|
|
"ESNext.Iterator",
|
|
"ESNext.Promise"
|
|
],
|
|
"module": "nodenext",
|
|
"target": "es2024",
|
|
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node16",
|
|
|
|
"allowImportingTsExtensions": true,
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"erasableSyntaxOnly": true,
|
|
"verbatimModuleSyntax": true,
|
|
"noEmit": true,
|
|
}
|
|
}
|