edgeconnect-cryptpad-deploy.../tsconfig.json
Richard Robert Reitz addc3725ea
Some checks failed
build / build (push) Has been cancelled
first commit
2025-08-28 15:13:14 +02:00

11 lines
231 B
JSON

{
"compilerOptions": {
"module": "esnext",
"target": "es6",
"lib": ["ES2017", "DOM", "ES2020"],
"moduleResolution": "node",
"outDir": "./www/common"
},
"include": ["src/**/*"]
}