Files
photography_form_worker/node_modules/@tsconfig/node10/tsconfig.json
2025-05-15 13:32:55 +10:00

15 lines
266 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"lib": ["es2018"],
"module": "commonjs",
"target": "es2018",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "node"
}
}