11 lines
No EOL
280 B
JSON
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"
|
|
}
|
|
} |