2023-01-03 18:51:35 +00:00
|
|
|
{
|
2023-01-03 19:31:53 +00:00
|
|
|
"extends": "./tsconfig-base.json",
|
2023-01-03 18:51:35 +00:00
|
|
|
"compilerOptions": {
|
2023-01-03 19:31:53 +00:00
|
|
|
"module": "nodenext",
|
|
|
|
"outDir": "esm/",
|
|
|
|
"target": "es2016"
|
2023-01-03 18:51:35 +00:00
|
|
|
}
|
|
|
|
}
|