18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"lib": ["ES2021", "dom"],
|
|
"types": ["node"],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"moduleResolution": "Bundler",
|
|
"module": "ESNext",
|
|
"isolatedModules": true,
|
|
"jsx": "react-jsx"
|
|
},
|
|
"include": ["./**/*"],
|
|
"exclude": ["./_generated"]
|
|
}
|