mirror of
https://github.com/inventree/InvenTree.git
synced 2026-05-09 03:03:41 +00:00
fix ts settings
This commit is contained in:
@@ -10,14 +10,15 @@
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"moduleResolution": "bundler",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"jsx": "react-jsx",
|
||||
"paths": {
|
||||
"@lib/*": ["./lib/*"]
|
||||
}
|
||||
},
|
||||
"ignoreDeprecations": "6.0"
|
||||
},
|
||||
"include": ["src", "lib", "vite-env.d.ts"],
|
||||
"exclude": ["node_nodules", "dist"],
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
"rootDir": "./lib",
|
||||
"outDir": "./dist",
|
||||
"paths": {},
|
||||
"ignoreDeprecations": "6.0"
|
||||
},
|
||||
"include": ["lib"],
|
||||
"exclude": ["node_modules", "src"]
|
||||
|
||||
Reference in New Issue
Block a user