tornado-core/tsconfig.build.json

7 lines
112 B
JSON
Raw Normal View History

2024-10-26 21:54:31 +03:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "./src"
},
"files": []
}