1cded9ded0
Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
139 B
JSON
9 lines
139 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"baseUrl": "src",
|
|
"jsx": "react"
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|