mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
21 lines
443 B
JSON
21 lines
443 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"target": "es2015",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"allowJs": true,
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"experimentalDecorators": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"removeComments": false,
|
|
"jsx": "preserve",
|
|
"lib": ["esnext", "dom"],
|
|
"types": ["node"]
|
|
},
|
|
"include": [
|
|
"global.d.ts"
|
|
]
|
|
} |