Files
web-dslr/tsconfig.json
2021-07-14 15:29:17 +00:00

11 lines
178 B
JSON

{
"compilerOptions": {
"checkJs": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"noEmit": true
},
"exclude": ["libapi.*"]
}