mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2025-12-23 23:02:58 +00:00
Cloning JS formatting settings to the TS, allow importing TS
This commit is contained in:
@@ -19,6 +19,12 @@ const config = {
|
||||
"$stores": "./src/stores",
|
||||
"$entities": "./src/lib/extension/entities",
|
||||
},
|
||||
typescript: {
|
||||
config: config => {
|
||||
config.compilerOptions = config.compilerOptions || {};
|
||||
config.compilerOptions.allowImportingTsExtension = true
|
||||
}
|
||||
}
|
||||
},
|
||||
preprocess: [
|
||||
vitePreprocess({
|
||||
|
||||
Reference in New Issue
Block a user