GitHub Action
2 months ago
|
@@ -14,12 +14,8 @@
|
|
|
"noEmit": true,
|
|
"noEmit": true,
|
|
|
"isolatedModules": true,
|
|
"isolatedModules": true,
|
|
|
"paths": {
|
|
"paths": {
|
|
|
- "@/*": [
|
|
|
|
|
- "./src/*"
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "@/*": ["./src/*"]
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "exclude": [
|
|
|
|
|
- "dist"
|
|
|
|
|
- ],
|
|
|
|
|
|
|
+ "exclude": ["dist"]
|
|
|
}
|
|
}
|