mirror of
https://github.com/maceip/zknft.git
synced 2026-01-09 20:37:54 -05:00
20 lines
440 B
JSON
20 lines
440 B
JSON
{
|
|
"compilerOptions": {
|
|
"types": ["vite/client"],
|
|
"target": "ESNext",
|
|
"useDefineForClassFields": true,
|
|
"module": "ESNext",
|
|
"lib": ["ESNext", "DOM"],
|
|
"moduleResolution": "Node",
|
|
"strict": true,
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"esModuleInterop": true,
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react"
|
|
},
|
|
"include": ["src"]
|
|
}
|