cryptpad/tsconfig.json
2024-10-14 16:49:35 +02:00

12 lines
227 B
JSON

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