@tsconfig/node-ts
Version:
A base TSConfig for working with Node with TypeScript (TS >=5.8 ONLY).
14 lines (13 loc) • 457 B
JSON
{
"$schema": "https://www.schemastore.org/tsconfig",
"docs": [
"https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/#path-rewriting-for-relative-paths",
"https://devblogs.microsoft.com/typescript/announcing-typescript-5-8-beta/#the---erasablesyntaxonly-option"
],
"_version": "23.6.0",
"compilerOptions": {
"rewriteRelativeImportExtensions": true,
"erasableSyntaxOnly": true,
"verbatimModuleSyntax": true
}
}