6f7c74f9ea
* Add syntax & type check for Node.js example on CI Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org> * Fix quotes --------- Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org> Co-authored-by: Florian Duros <florianduros@element.io>
15 lines
312 B
JSON
15 lines
312 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2022",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"noImplicitAny": false,
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"strict": true
|
|
},
|
|
"include": ["app.js"]
|
|
}
|