You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// "baseUrl": "./", /* Base directory to resolve non-absolute module names. */
45
-
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
44
+
"baseUrl": "./", /* Base directory to resolve non-absolute module names. */
45
+
"paths": { /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
46
+
"zod/v4": ["src/types/zod-v4.d.ts"]
47
+
},
46
48
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
47
49
// "typeRoots": [], /* List of folders to include type definitions from. */
48
50
// "types": [], /* Type declaration files to be included in compilation. */
49
51
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
50
-
"esModuleInterop": true/* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
52
+
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
53
+
"skipLibCheck": true
51
54
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
0 commit comments