2022-06-16 21:37:20 +00:00
|
|
|
{
|
2022-06-20 15:53:19 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
2022-06-21 22:00:43 +00:00
|
|
|
"target": "es2020",
|
2022-10-09 09:28:59 +00:00
|
|
|
"lib": ["es2020", "dom"],
|
2022-06-20 15:53:19 +00:00
|
|
|
"outDir": "out",
|
|
|
|
"rootDir": "src",
|
2022-06-21 22:00:43 +00:00
|
|
|
"sourceMap": true
|
|
|
|
},
|
2022-10-08 18:04:17 +00:00
|
|
|
"include": ["src/**/*"],
|
2022-10-09 09:28:59 +00:00
|
|
|
"exclude": ["node_modules", ".vscode-test"]
|
2022-06-16 21:37:20 +00:00
|
|
|
}
|