pageplug/app/client/tsconfig.path.json

13 lines
335 B
JSON

{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"@appsmith/*": ["ee/*"],
"test/*": ["../test/*"],
"@n/*":["../../node_modules/*"],
"@tarojs/components$": ["../node_modules/@tarojs/components/dist-h5/react"],
"@tarojs/taro$": ["../node_modules/@tarojs/taro-h5/dist/index.cjs.js"]
}
}
}