var-persist/tsconfig.json
2023-12-19 22:32:47 -05:00

20 lines
293 B
JSON

{
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"lib": [
"ESNext",
"DOM"
],
"module": "commonjs",
"outDir": "./dist",
"strict": true,
"target": "ESNext"
},
"include": [
"src/**/*"
]
}