elite-matrix/configs/tsconfig.esm.json
2023-05-14 10:33:59 -07:00

11 lines
No EOL
280 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"lib": ["ES2022", "DOM"],
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "nodenext",
"outDir": "../lib/esm",
"declarationDir": "../lib/esm/types"
}
}