occulto/tsconfig.esm.json

9 lines
136 B
JSON
Raw Normal View History

2022-10-13 20:06:51 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "ES2015",
"target": "es2015",
"outDir": "dist/esm"
}
}