mirror of
https://github.com/yinxin630/fiora.git
synced 2026-06-04 21:03:18 +08:00
16 lines
414 B
JSON
16 lines
414 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"jsx": "react",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"lib": ["es2015", "es2016", "es2017", "dom"],
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|