16 lines
410 B
JSON
16 lines
410 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ES2020",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"outDir": "./dist/src",
|
|
"sourceMap": true,
|
|
"lib": ["DOM", "ES2020", "DOM.Iterable", "ScriptHost"],
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
} |