www/tsconfig.json
garrettmills b1b83e78a6
All checks were successful
continuous-integration/drone/push Build is passing
Start reworking dashboard using Web Awesome
2024-07-21 19:47:19 -04:00

16 lines
343 B
JSON

{
"compilerOptions": {
"target": "es2022",
"module": "commonjs",
"declaration": true,
"outDir": "./lib",
"strict": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipLibCheck": true,
"lib": ["esnext", "dom", "dom.iterable"],
"preserveSymlinks": true
},
"include": ["src"]
}