woodpecker-in-a-vm/tsconfig.json

12 lines
201 B
JSON
Raw Normal View History

2023-03-23 03:49:54 +00:00
{
"compilerOptions": {
"target": "es2022",
"module": "es2022",
"moduleResolution": "node",
"esModuleInterop": true,
"allowJs": true,
"checkJs": true,
2023-03-23 03:49:54 +00:00
"strict": true
}
}