www/tsconfig.json
garrettmills 4686bcc1b8
Some checks reported errors
continuous-integration/drone Build is passing
continuous-integration/drone/promote/production Build was killed
Build ETW blog + update cobalt
2024-06-30 13:46:11 -04:00

16 lines
343 B
JSON

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