Files
patatapack2-distribution/tsconfig.json
Daniel Scalzi b55b7af689 Convert project to ESM (#58)
* Convert to ESM, enforce file single naming convention.

* Update fs-extra esm usage.

* Fix minimatch import.

* fixes

* triple-beam issue is finally fixed.
2023-03-17 19:53:27 -04:00

13 lines
229 B
JSON

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