12 lines
212 B
JSON
12 lines
212 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"strict": true,
|
|
"moduleResolution": "Bundler",
|
|
"jsx": "react-jsx",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["./**/*"],
|
|
"exclude": ["./_generated"]
|
|
}
|