socketcomputer/qemu/tsconfig.json

10 lines
179 B
JSON
Raw Normal View History

2024-04-02 07:43:54 -04:00
{
"extends": "../tsconfig-base.json",
"compilerOptions": {
"composite": true,
"outDir": "./dist",
"rootDir": "."
},
"references": [
]
}