14 lines
277 B
JSON
14 lines
277 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"maxNodeModuleJsDepth": 5,
|
|
"moduleResolution": "Node",
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
"lib": ["DOM", "DOM.Iterable"]
|
|
},
|
|
"include": ["source"]
|
|
}
|