build: update the tsconfig generator

This commit is contained in:
Jacob Overgaard
2024-09-12 13:27:34 +02:00
parent 6d3f7de4be
commit eed53fba54

View File

@@ -17,7 +17,9 @@ DON'T EDIT THIS FILE DIRECTLY. It is generated by /devops/tsconfig/index.js
const tsConfigBase = {
compilerOptions: {
module: 'esnext',
module: 'nodenext',
moduleDetection: 'force',
verbatimModuleSyntax: true,
target: 'es2022',
lib: ['es2022', 'dom', 'dom.iterable'],
outDir: './types',