2021-11-01 12:17:56 +08:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
2021-11-01 16:49:28 +08:00
|
|
|
"root/*": ["./*"],
|
2021-11-08 19:17:58 +08:00
|
|
|
"@/*": ["src/react-ts/*"]
|
2021-11-01 12:17:56 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|