Logging/tsconfig.esm.json

12 lines
229 B
JSON
Raw Normal View History

2020-08-26 09:55:57 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"target": "ES2017",
"moduleResolution": "node",
"outDir": "esm"
},
"exclude": ["node_modules"],
"include": ["src"]
}