afbbc4d5bf
* config(esbuild): Update esbuild target to node16 * config(package): Update root package.json node engine * config(tsconfig): Update all the tsconfigs module and targets * chore: changeset * chore: remove unneeded file
10 lines
186 B
JSON
10 lines
186 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"target": "ES2021",
|
|
"module": "ES2022",
|
|
"outDir": "./dist"
|
|
}
|
|
}
|