First minimal version
This commit is contained in:
27
tsconfig.json
Normal file
27
tsconfig.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"$schema": "http://json.schemastore.org/tsconfig",
|
||||
"compileOnSave": true,
|
||||
"compilerOptions": {
|
||||
"module": "none",
|
||||
"target": "ES2022",
|
||||
"skipLibCheck": true,
|
||||
"lib": [ "DOM", "DOM.Iterable", "ES2023" ],
|
||||
"types": [],
|
||||
"declaration": true,
|
||||
"sourceMap": true,
|
||||
"noEmitOnError": true,
|
||||
"noImplicitAny": false,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": true,
|
||||
"noImplicitReturns": true,
|
||||
"strictFunctionTypes": false,
|
||||
"strictPropertyInitialization": false,
|
||||
"alwaysStrict": false
|
||||
},
|
||||
"exclude": [
|
||||
"bin/"
|
||||
],
|
||||
"include": [
|
||||
"../Infineon/Packages/Beckhoff.TwinCAT.HMI.Framework.14.3.360/runtimes/native1.12-tchmi/TcHmi.d.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user