You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
406 B
17 lines
406 B
{
|
|
"$schema": "http://json.schemastore.org/tsconfig",
|
|
"extends": "@tsconfig/node18/tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitAny": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"skipLibCheck": true
|
|
}
|
|
}
|