Spaces:
Running
Running
File size: 282 Bytes
d4b85c0 |
1 2 3 4 5 6 7 8 9 10 |
{
"extends": "../tsconfig.src.json",
"compilerOptions": {
// Expose browser-specific libraries only for the
// source code under the "src/browser" directory.
"lib": ["DOM", "WebWorker"]
},
"include": ["../../global.d.ts", "./global.browser.d.ts", "./**/*.ts"]
}
|