updeep-remeda/tsconfig.json

9 lines
139 B
JSON
Raw Permalink Normal View History

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
}
}