21 lines
375 B
JSON
21 lines
375 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": [
|
||
|
"esnext",
|
||
|
"dom",
|
||
|
"DOM.Iterable"
|
||
|
],
|
||
|
"isolatedModules": true,
|
||
|
"target": "ES6",
|
||
|
"module": "ES6",
|
||
|
"rootDir": "src/",
|
||
|
"sourceMap": true,
|
||
|
"strict": true
|
||
|
},
|
||
|
"include": [
|
||
|
"src"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|