mirror of
https://github.com/yang991178/fluent-reader.git
synced 2026-09-18 13:41:51 +00:00
13 lines
274 B
JSON
13 lines
274 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"strict": false
|
|
},
|
|
"exclude": ["node_modules", "tests"]
|
|
}
|