7 lines
81 B
JSON
7 lines
81 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ES2020", "dom"]
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|