Files
2025-07-02 12:40:46 +03:00

10 lines
170 B
JSON

{
"extends": "./node_modules/@platform/tools/configs/tsconfig.json",
"exclude": [
"client",
"admin"
],
"compilerOptions": {
"skipLibCheck": true
}
}