feat: lang
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"vue.d.ts",
|
||||
"resources/ts/**/*",
|
||||
"resources/ts/**/*.vue",
|
||||
"resources/lang/*.json",
|
||||
],
|
||||
"exclude": ["resources/**/__tests__/*"],
|
||||
"compilerOptions": {
|
||||
@@ -12,6 +13,7 @@
|
||||
|
||||
"paths": {
|
||||
"@/*": ["./resources/ts/*"],
|
||||
"@lang/*": ["./resources/lang/*"],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user