nexus/tsconfig.esm.json

9 lines
150 B
JSON
Raw Permalink Normal View History

2020-05-13 01:58:58 +08:00
{
"extends": "./tsconfig.build.json",
2020-05-13 01:58:58 +08:00
"compilerOptions": {
"moduleResolution": "node",
"module": "ES2015",
"outDir": "dist-esm"
}
}