11 lines
178 B
JSON
11 lines
178 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2015",
|
|
"lib": ["DOM", "ESNext"],
|
|
"strict": true,
|
|
"rootDir": "snippet",
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["snippet"]
|
|
}
|