feat: paths update
This commit is contained in:
parent
48e9d8dff4
commit
9ccdf9d665
|
|
@ -1,14 +1,11 @@
|
|||
{
|
||||
"files.exclude": {
|
||||
"node_modules": true,
|
||||
"postcss.config.js": true,
|
||||
"components.d.ts": true,
|
||||
"index.html": true,
|
||||
"jsconfig.json": true,
|
||||
"package-lock.json": true,
|
||||
"package.json": true,
|
||||
"README.md": true,
|
||||
"tailwind.config.js": true,
|
||||
".gitignore": true,
|
||||
".vscode": true,
|
||||
"public": true
|
||||
|
|
|
|||
|
|
@ -5,8 +5,7 @@
|
|||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@/*": ["src/*"],
|
||||
"d2-admin/*": ["d2-admin/*"],
|
||||
"d2-projects/*": ["d2-projects/*"]
|
||||
"d2/*": ["d2/*"]
|
||||
},
|
||||
// strict and moduleResolution is for volar
|
||||
// https://github.com/johnsoncodehk/volar#note
|
||||
|
|
|
|||
|
|
@ -3,8 +3,7 @@ module.exports = {
|
|||
purge: [
|
||||
'./*.html',
|
||||
'./src/**/*.{js,jsx,vue}',
|
||||
'./d2-admin/**/*.{js,jsx,vue}',
|
||||
'./d2-projects/**/*.{js,jsx,vue}'
|
||||
'./d2/**/*.{js,jsx,vue}'
|
||||
],
|
||||
darkMode: false,
|
||||
theme: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue