10 lines
154 B
JSON
10 lines
154 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"sourceMap": true,
|
||
|
"outDir": "dist",
|
||
|
"strict": true,
|
||
|
"lib": ["esnext", "dom"],
|
||
|
"esModuleInterop": true
|
||
|
}
|
||
|
}
|