14 lines
256 B
JSON
14 lines
256 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"strict": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"jsx": "react-jsx",
|
|
"skipLibCheck": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["./**/*"],
|
|
"exclude": ["./_generated"]
|
|
}
|