universal/tsconfig.esm.json

9 строки
134 B
JSON
Исходник Обычный вид История

2020-10-21 03:21:38 +03:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "esnext",
"outDir": "dist/esm"
},
"include": ["src"]
}