13 lines
238 B
JSON
13 lines
238 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"noEmit": true,
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact",
|
|
"skipLibCheck": true,
|
|
"paths": {
|
|
}
|
|
}
|
|
}
|