release: WRNexusJS 0.6.0
This commit is contained in:
@@ -83,6 +83,24 @@ const config: AppConfig = {
|
||||
// origin: ["http://localhost:5173"],
|
||||
// },
|
||||
// },
|
||||
imports: { mode: "compatible", autoImport: true, aliases: { "@": "./app" } },
|
||||
types: {
|
||||
strict: false,
|
||||
noImplicitAny: false,
|
||||
strictNullChecks: true,
|
||||
checkTemplates: true,
|
||||
checkComponentProps: true,
|
||||
generateDeclarations: true,
|
||||
globalTypes: "./app/types/global.d.ts",
|
||||
},
|
||||
functions: { legacyDefaultRuntime: "current" },
|
||||
stores: { strictMutations: true, persistence: true },
|
||||
compatibility: {
|
||||
legacyEmit: true,
|
||||
legacyEventProps: true,
|
||||
legacyComponentDiscovery: true,
|
||||
stringLayouts: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user