mirror of
https://github.com/certd/certd.git
synced 2026-05-18 06:17:31 +08:00
feat: midway注解方式编写插件
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
"esModuleInterop": true,
|
||||
"lib": ["ESNext", "DOM"],
|
||||
"skipLibCheck": true,
|
||||
"experimentalDecorators": true
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue","test/**/*.ts"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user