Update example mods tsconfig.json
This commit is contained in:
parent
aff8698093
commit
10104d0a38
@ -2,8 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "es2021",
|
"target": "ES2022",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "Node10",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
@ -15,9 +15,6 @@
|
|||||||
"@spt-aki/*": ["./types/*"]
|
"@spt-aki/*": ["./types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib": [
|
|
||||||
"es2020"
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"src/*",
|
"src/*",
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "es2021",
|
"target": "ES2022",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "Node10",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
@ -15,9 +15,6 @@
|
|||||||
"@spt-aki/*": ["./types/*"]
|
"@spt-aki/*": ["./types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib": [
|
|
||||||
"es2020"
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"src/*",
|
"src/*",
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "es2021",
|
"target": "ES2022",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "Node10",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
@ -15,9 +15,6 @@
|
|||||||
"@spt-aki/*": ["./types/*"]
|
"@spt-aki/*": ["./types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib": [
|
|
||||||
"es2020"
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"src/*",
|
"src/*",
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "es2021",
|
"target": "ES2022",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "Node10",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
@ -15,9 +15,6 @@
|
|||||||
"@spt-aki/*": ["./types/*"]
|
"@spt-aki/*": ["./types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib": [
|
|
||||||
"es2020"
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"src/*",
|
"src/*",
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "es2021",
|
"target": "ES2022",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "Node10",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
@ -15,9 +15,6 @@
|
|||||||
"@spt-aki/*": ["./types/*"]
|
"@spt-aki/*": ["./types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib": [
|
|
||||||
"es2020"
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"src/*",
|
"src/*",
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "es2021",
|
"target": "ES2022",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "Node10",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
@ -15,9 +15,6 @@
|
|||||||
"@spt-aki/*": ["./types/*"]
|
"@spt-aki/*": ["./types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib": [
|
|
||||||
"es2020"
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"src/*",
|
"src/*",
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "es2021",
|
"target": "ES2022",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "Node10",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
@ -15,9 +15,6 @@
|
|||||||
"@spt-aki/*": ["./types/*"]
|
"@spt-aki/*": ["./types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib": [
|
|
||||||
"es2020"
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"src/*",
|
"src/*",
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "es2021",
|
"target": "ES2022",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "Node10",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
@ -15,9 +15,6 @@
|
|||||||
"@spt-aki/*": ["./types/*"]
|
"@spt-aki/*": ["./types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib": [
|
|
||||||
"es2020"
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"src/*",
|
"src/*",
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "es2021",
|
"target": "ES2022",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "Node10",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
@ -15,9 +15,6 @@
|
|||||||
"@spt-aki/*": ["./types/*"]
|
"@spt-aki/*": ["./types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib": [
|
|
||||||
"es2020"
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"src/*",
|
"src/*",
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "es2021",
|
"target": "ES2022",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "Node10",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
@ -15,9 +15,6 @@
|
|||||||
"@spt-aki/*": ["./types/*"]
|
"@spt-aki/*": ["./types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib": [
|
|
||||||
"es2020"
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"src/*",
|
"src/*",
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "es2021",
|
"target": "ES2022",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "Node10",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
@ -15,9 +15,6 @@
|
|||||||
"@spt-aki/*": ["./types/*"]
|
"@spt-aki/*": ["./types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib": [
|
|
||||||
"es2020"
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"src/*",
|
"src/*",
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "es2021",
|
"target": "ES2022",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "Node10",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
@ -15,9 +15,6 @@
|
|||||||
"@spt-aki/*": ["./types/*"]
|
"@spt-aki/*": ["./types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib": [
|
|
||||||
"es2020"
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"src/*",
|
"src/*",
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "es2021",
|
"target": "ES2022",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "Node10",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
@ -15,9 +15,6 @@
|
|||||||
"@spt-aki/*": ["./types/*"]
|
"@spt-aki/*": ["./types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib": [
|
|
||||||
"es2020"
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"src/*",
|
"src/*",
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "es2021",
|
"target": "ES2022",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "Node10",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
@ -15,9 +15,6 @@
|
|||||||
"@spt-aki/*": ["./types/*"]
|
"@spt-aki/*": ["./types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib": [
|
|
||||||
"es2020"
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"src/*",
|
"src/*",
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "es2021",
|
"target": "ES2022",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "Node10",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
@ -15,9 +15,6 @@
|
|||||||
"@spt-aki/*": ["./types/*"]
|
"@spt-aki/*": ["./types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib": [
|
|
||||||
"es2020"
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"src/*",
|
"src/*",
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "es2021",
|
"target": "ES2022",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "Node10",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
@ -15,9 +15,6 @@
|
|||||||
"@spt-aki/*": ["./types/*"]
|
"@spt-aki/*": ["./types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib": [
|
|
||||||
"es2020"
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"src/*",
|
"src/*",
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "es2021",
|
"target": "ES2022",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "Node10",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
@ -15,9 +15,6 @@
|
|||||||
"@spt-aki/*": ["./types/*"]
|
"@spt-aki/*": ["./types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib": [
|
|
||||||
"es2020"
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"src/*",
|
"src/*",
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "es2021",
|
"target": "ES2022",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "Node10",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
@ -15,9 +15,6 @@
|
|||||||
"@spt-aki/*": ["./types/*"]
|
"@spt-aki/*": ["./types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib": [
|
|
||||||
"es2020"
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"src/*",
|
"src/*",
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "es2021",
|
"target": "ES2022",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "Node10",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
@ -15,9 +15,6 @@
|
|||||||
"@spt-aki/*": ["./types/*"]
|
"@spt-aki/*": ["./types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib": [
|
|
||||||
"es2020"
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"src/*",
|
"src/*",
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "es2021",
|
"target": "ES2022",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "Node10",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
@ -15,9 +15,6 @@
|
|||||||
"@spt-aki/*": ["./types/*"]
|
"@spt-aki/*": ["./types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib": [
|
|
||||||
"es2020"
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"src/*",
|
"src/*",
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "es2021",
|
"target": "ES2022",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "Node10",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
@ -15,9 +15,6 @@
|
|||||||
"@spt-aki/*": ["./types/*"]
|
"@spt-aki/*": ["./types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib": [
|
|
||||||
"es2020"
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"src/*",
|
"src/*",
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user