mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-03-13 14:14:40 +08:00
13 lines
276 B
JSON
13 lines
276 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDirs": ["./src"],
|
|
"outDir": "dist",
|
|
"downlevelIteration": true,
|
|
"types": ["node", "jest"],
|
|
"declaration": true
|
|
},
|
|
"include": ["src/**/*", "global.d.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|