mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-28 20:04:27 +08:00
first commit
This commit is contained in:
20
webapp/packages/chat-sdk/tsconfig.build.json
Normal file
20
webapp/packages/chat-sdk/tsconfig.build.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"module": "esnext",
|
||||
"target": "es5",
|
||||
"declaration": true,
|
||||
"jsx": "react-jsx",
|
||||
"moduleResolution":"Node",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"importHelpers": true,
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
],
|
||||
"exclude": [
|
||||
"src/**/*.test.tsx",
|
||||
"src/**/*.stories.tsx",
|
||||
"src/setupTests.ts",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user