mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
ce3631f3a2
* Refactor disk handling to allow disk processing to happen in a worker * Type cleanup * Convert format handlers to TypeScript * Convert CFFA to TypeScript
10 lines
147 B
JSON
10 lines
147 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ES6", "WebWorker"]
|
|
},
|
|
"include": [
|
|
"./**/*"
|
|
]
|
|
}
|