17 lines
386 B
JSON
17 lines
386 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "Node16",
|
|
"moduleResolution": "node16",
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"types": ["node", "vscode"]
|
|
},
|
|
"include": ["src/**/*"]
|
|
} |