tornado-scripts/tsconfig.build.json

9 lines
175 B
JSON
Raw Permalink Normal View History

2024-10-26 18:54:31 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "./src"
},
"include": ["./src/**/*"],
"exclude": ["./test/**/*"],
2024-10-26 18:54:31 +00:00
"files": []
}