learning_ai_common_plat/packages/ui/tsconfig.json

13 lines
245 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"jsx": "react-jsx",
"module": "esnext",
"moduleResolution": "bundler",
"outDir": "dist",
"rootDir": "src",
"declaration": true
},
"include": ["src"]
}