This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
api/tsconfig.json
2022-08-29 16:10:17 +00:00

15 lines
277 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"lib": ["ESNext"],
"moduleResolution": "Node",
"outDir": "./build",
"rootDir": "./src",
"noEmit": true,
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true
}
}