mirror of
https://github.com/yang991178/fluent-reader.git
synced 2026-09-18 13:41:51 +00:00
10 lines
196 B
JSON
10 lines
196 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"target": "ES2019",
|
|
"module": "CommonJS",
|
|
"strict": false
|
|
}
|
|
} |