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
2021-10-24 04:18:18 +02:00

14 lines
278 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "commonjs",
"lib": ["ESNext"],
"moduleResolution": "node",
"outDir": "./build",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true
},
"exclude": ["node_modules", "generators"]
}