You've already forked AstralRinth
forked from didirus/AstralRinth
Switch to bundler TypeScript moduleResolution (#1170)
This commit is contained in:
@@ -195,6 +195,12 @@ export default defineNuxtConfig({
|
||||
shim: false,
|
||||
strict: true,
|
||||
typeCheck: true,
|
||||
tsConfig: {
|
||||
compilerOptions: {
|
||||
moduleResolution: 'bundler',
|
||||
allowImportingTsExtensions: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user