stack/examples/js-example/tsconfig.json
2025-02-20 00:48:05 +01:00

9 lines
130 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"strict": true
}
}