mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
20 lines
374 B
JSON
20 lines
374 B
JSON
{
|
|
"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",
|
|
]
|
|
} |