DocSpace-client/packages/client/tsconfig.json

12 lines
210 B
JSON
Raw Normal View History

2023-06-09 10:24:36 +00:00
{
2024-01-26 14:13:38 +00:00
"extends": "../shared/tsconfig.json",
2023-06-09 10:24:36 +00:00
"compilerOptions": {
2024-01-26 14:13:38 +00:00
"rootDir": "./",
2023-06-09 10:24:36 +00:00
"baseUrl": "./",
"paths": {
"PUBLIC_DIR/*": ["../../public/*"],
"SRC_DIR/*": ["./src/*"],
2024-01-26 14:13:38 +00:00
},
},
2023-06-09 10:24:36 +00:00
}