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