mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
14 lines
189 B
JSON
14 lines
189 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": [
|
|
"../src/*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"../src/**/*.d.ts",
|
|
"lib/**/*.ts"
|
|
],
|
|
} |