Skip to content

Commit 3809cd5

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 5d9e88c commit 3809cd5

File tree

6 files changed

+66
-0
lines changed

6 files changed

+66
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"compilerOptions": {
3+
"module": "Node16",
4+
"target": "ES2022",
5+
"outDir": "out",
6+
"lib": [
7+
"ES2022"
8+
],
9+
"sourceMap": true,
10+
"rootDir": "src",
11+
"strict": true, /* enable all strict type-checking options */
12+
/* Additional Checks */
13+
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
14+
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
15+
// "noUnusedParameters": true, /* Report errors on unused parameters. */
16+
}
17+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"compilerOptions": {
3+
"module": "Node16",
4+
"target": "ES2022",
5+
"lib": [
6+
"ES2022"
7+
],
8+
"sourceMap": true,
9+
"rootDir": "src",
10+
"strict": true, /* enable all strict type-checking options */
11+
/* Additional Checks */
12+
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
13+
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
14+
// "noUnusedParameters": true, /* Report errors on unused parameters. */
15+
}
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"compilerOptions": {
3+
"module": "Node16",
4+
"target": "ES2022",
5+
"lib": [
6+
"ES2022"
7+
],
8+
"sourceMap": true,
9+
"rootDir": "src",
10+
"strict": true, /* enable all strict type-checking options */
11+
/* Additional Checks */
12+
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
13+
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
14+
// "noUnusedParameters": true, /* Report errors on unused parameters. */
15+
}
16+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"compilerOptions": {
3+
"module": "Node16",
4+
"target": "ES2020",
5+
"outDir": "dist",
6+
"lib": [
7+
"ES2020", "WebWorker"
8+
],
9+
"sourceMap": true,
10+
"rootDir": "src",
11+
"strict": true, /* enable all strict type-checking options */
12+
/* Additional Checks */
13+
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
14+
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
15+
// "noUnusedParameters": true, /* Report errors on unused parameters. */
16+
}
17+
}

generators/app/templates/ext-notebook-renderer/Source/client/tsconfig.json

Whitespace-only changes.

generators/app/templates/ext-notebook-renderer/Source/extension/tsconfig.json

Whitespace-only changes.

0 commit comments

Comments
 (0)