matrix-wug/tsconfig.json

8 lines
101 B
JSON

{
"compilerOptions": {
"outDir": "build"
},
"files": [
"index.ts"
]
}