apple2js/workers/tsconfig.json

8 lines
133 B
JSON

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