11 lines
167 B
JSON
11 lines
167 B
JSON
|
|
||
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES5",
|
||
|
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
||
|
"strict": true,
|
||
|
"outDir": "dist"
|
||
|
},
|
||
|
"include": ["snippet"],
|
||
|
}
|