lemmy_federator/tsconfig.json
2023-06-18 20:28:32 +02:00

12 lines
225 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "node",
"outDir": "build",
"rootDir": "src",
"target": "ES2017"
},
"exclude": [
"node_modules"
]
}