mirror of
https://github.com/zhigang1992/babel-plugin-react-anonymous-display-name.git
synced 2026-01-12 17:12:39 +08:00
13 lines
235 B
JSON
13 lines
235 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"target": "es2017",
|
|
"types": []
|
|
}
|
|
}
|