13 lines
221 B
JSON
13 lines
221 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"outDir": "dist",
|
||
|
"sourceMap": true,
|
||
|
"target": "esnext",
|
||
|
"module": "esnext",
|
||
|
"strict": true,
|
||
|
"lib": ["esnext"]
|
||
|
},
|
||
|
"include": ["src", "__tests__"]
|
||
|
}
|