1
0
mirror of https://git.stamm.me/OpenServer/NodeLogging.git synced 2024-11-14 17:31:05 +00:00
nodelogging/tsconfig.esm.json

12 lines
229 B
JSON
Raw Permalink Normal View History

2023-10-14 14:54:53 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"target": "ES2017",
"moduleResolution": "node",
"outDir": "esm"
},
"exclude": ["node_modules"],
"include": ["src"]
}