occulto/tsconfig.esm.json
2022-10-18 14:34:23 +02:00

9 lines
136 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "ES2015",
"target": "ES2015",
"outDir": "dist/esm"
}
}