mirror of
https://github.com/sinanyuntu/trade-message-center.git
synced 2026-09-17 13:22:11 +08:00
13 lines
318 B
JSON
13 lines
318 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"allowImportingTsExtensions": true,
|
|
"lib": ["ES2022", "DOM"],
|
|
"types": [],
|
|
"noEmit": true
|
|
},
|
|
"include": ["src", "vite.config.ts", "popup"]
|
|
}
|