Files
yakpanel-core/YakPanel-server/frontend/node_modules/uncontrollable/tsconfig.json

9 lines
140 B
JSON
Raw Normal View History

2026-04-07 05:05:28 +05:30
{
"extends": "@4c/tsconfig/web.json",
"compilerOptions": {
"noImplicitAny": false,
"rootDir": "src"
},
"include": ["src"]
}