2
1
mirror of https://github.com/Thream/file-uploads-api.git synced 2024-07-12 23:50:11 +02:00
file-uploads-api/tsconfig.json
2022-04-08 17:54:56 +02:00

14 lines
251 B
JSON

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