mtcute/packages/tl-runtime/tsconfig.json

11 lines
160 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist"
},
"include": [
"./src",
"./tests",
]
}