This repository has been archived on 2026-04-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
matrix-wug/tsconfig.json
Daniel Løvbrøtte Olsen e54be5da02 Simplify compiling and running
2019-02-27 14:36:13 +01:00

8 lines
101 B
JSON

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