Sambo Chea
0f3746f189
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Allow to run jests and add the excepted Add not resolve yet for the async in tests
12 lines
208 B
JSON
12 lines
208 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"outDir": "dist",
|
|
"strict": true,
|
|
"lib": ["esnext", "dom"],
|
|
"esModuleInterop": true,
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules"]
|
|
}
|