Files
patatapack2-distribution/tsconfig.json
2024-02-22 10:49:07 -05:00

13 lines
236 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "Node16",
"lib": ["ES2022", "DOM"],
"sourceMap": true,
"outDir": "dist",
"strict": true,
"moduleResolution": "node16",
"esModuleInterop": true
}
}