garrettmills
b1b83e78a6
All checks were successful
continuous-integration/drone/push Build is passing
16 lines
343 B
JSON
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"]
|
|
}
|