forked from opentiny/tiny-vue
31 lines
545 B
JSON
31 lines
545 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true ,
|
|
"noImplicitAny": false,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@opentiny/react-*": [
|
|
"packages/react-*",
|
|
"packages/react/src/*"
|
|
],
|
|
"@opentiny/vue-renderless*": [
|
|
"packages/renderless/src*"
|
|
]
|
|
},
|
|
"types": [
|
|
"node",
|
|
"vite/client"
|
|
],
|
|
"jsx": "react-jsx"
|
|
},
|
|
"include": [
|
|
"packages/**/*.ts",
|
|
"packages/**/*.tsx",
|
|
"packages/**/*.jsx",
|
|
],
|
|
"exclude": [
|
|
"**/node_modules",
|
|
"**/dist*",
|
|
"**/*.md"
|
|
]
|
|
} |