mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
10 lines
147 B
JSON
10 lines
147 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"lib": ["ES6", "WebWorker"]
|
||
|
},
|
||
|
"include": [
|
||
|
"./**/*"
|
||
|
]
|
||
|
}
|