www/tsconfig.json

16 lines
343 B
JSON
Raw Normal View History

2022-03-29 12:55:55 +00:00
{
"compilerOptions": {
"target": "es2022",
"module": "commonjs",
"declaration": true,
"outDir": "./lib",
"strict": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipLibCheck": true,
"lib": ["esnext", "dom", "dom.iterable"],
2024-06-30 17:46:11 +00:00
"preserveSymlinks": true
},
"include": ["src"]
2022-03-29 12:55:55 +00:00
}