lemmy_federator/tsconfig.json

12 lines
225 B
JSON
Raw Normal View History

2023-06-18 18:28:32 +00:00
{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "node",
"outDir": "build",
"rootDir": "src",
"target": "ES2017"
},
"exclude": [
"node_modules"
]
}