2025-05-11 20:31:47 +00:00

15 lines
330 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"target": "ES2020",
"outDir": "dist",
"esModuleInterop": true,
"experimentalDecorators": true,
"declaration": true,
"declarationDir": "dist",
"typeRoots": ["./types"]
},
"include": [
"src/**/*"
]
}