Files
tools/core/platform/tsconfig.json
T

6 lines
97 B
JSON

{
"extends": "@robonen/tsconfig/tsconfig.json",
"compilerOptions": {
"lib": ["DOM"]
}
}