build: update the tsconfig generator
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user