release
This commit is contained in:
commit
47f67eea8c
43 changed files with 5819 additions and 0 deletions
26
extension/tsconfig.json
Normal file
26
extension/tsconfig.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2020",
|
||||
"module": "commonjs",
|
||||
"outDir": "out",
|
||||
"rootDir": ".",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"lib": ["es2020"],
|
||||
"sourceMap": true
|
||||
},
|
||||
"include": [
|
||||
"client/src",
|
||||
"server/src"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
".vscode-test"
|
||||
],
|
||||
"references": [
|
||||
{ "path": "./client" },
|
||||
{ "path": "./server" }
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue