mirror of
https://github.com/yang991178/fluent-reader.git
synced 2024-12-11 08:27:48 +01:00
9 lines
173 B
JSON
9 lines
173 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"target": "ES2019",
|
|
"module": "CommonJS"
|
|
}
|
|
} |