mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
bc4ef2c028
* refactor: add ts support (#19) Co-authored-by: 逆寒 <869732751@qq.com>
21 lines
442 B
JSON
21 lines
442 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"allowJs": false,
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"experimentalDecorators": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"removeComments": false,
|
|
"jsx": "preserve",
|
|
"lib": ["esnext", "dom"],
|
|
"types": ["node"],
|
|
},
|
|
"include": [
|
|
"global.d.ts"
|
|
]
|
|
} |