Files
colanode/server/tsconfig.json

11 lines
174 B
JSON
Raw Normal View History

2024-07-29 09:13:36 +02:00
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true
}
}