naive-ui/tsconfig.esm.json

9 lines
164 B
JSON
Raw Normal View History

2021-02-01 01:28:47 +08:00
{
"extends": "./tsconfig.json",
2021-02-03 21:38:43 +08:00
"exclude": ["src/**/*.spec.ts"],
2021-02-01 01:28:47 +08:00
"compilerOptions": {
"outDir": "es",
2021-02-03 00:48:31 +08:00
"module": "ESNext",
"target": "ESNext"
2021-02-01 01:28:47 +08:00
}
}