28 lines
666 B
JSON
28 lines
666 B
JSON
{
|
|
"$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": [
|
|
"$(Output).Path/"
|
|
],
|
|
"include": [
|
|
"$(Beckhoff.TwinCAT.HMI.Framework).InstallPath/TcHmi.d.ts"
|
|
]
|
|
}
|