1
0
mirror of https://git.stamm.me/OpenServer/NodeLogging.git synced 2024-11-14 06:31:04 +00:00
nodelogging/tsconfig.esm.json
2023-10-14 16:54:53 +02:00

12 lines
229 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"target": "ES2017",
"moduleResolution": "node",
"outDir": "esm"
},
"exclude": ["node_modules"],
"include": ["src"]
}