apple2js/workers/tsconfig.json
Will Scullin ce3631f3a2
Refactor disk parsing into webworker (#83)
* Refactor disk handling to allow disk processing to happen in a worker
* Type cleanup
* Convert format handlers to TypeScript
* Convert CFFA to TypeScript
2021-07-06 17:04:02 -07:00

10 lines
147 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"lib": ["ES6", "WebWorker"]
},
"include": [
"./**/*"
]
}