init
This commit is contained in:
16
cool-admin-vue/packages/vite-plugin/tsconfig.json
Normal file
16
cool-admin-vue/packages/vite-plugin/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"rootDir": "./src",
|
||||
"target": "ESNext",
|
||||
"module": "CommonJS",
|
||||
"declaration": true,
|
||||
"outDir": "dist",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"pretty": true,
|
||||
"resolveJsonModule": true,
|
||||
"types": ["node", "lodash"]
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": ["dist"]
|
||||
}
|
Reference in New Issue
Block a user