sitegen/tsconfig.json

9 lines
139 B
JSON

{
"extends": "@tsconfig/node18/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"noEmit": true
}
}