Files
web-dslr/examples/preact/tsconfig.json
2023-08-05 18:46:26 +01:00

10 lines
151 B
JSON

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