mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
* Update api/node/typescript/models.ts Co-authored-by: Simon Hausmann <simon.hausmann@slint.dev> * Code review feedback --------- Co-authored-by: Simon Hausmann <simon.hausmann@slint.dev>
11 lines
194 B
JSON
11 lines
194 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"target": "esnext",
|
|
"declaration": true,
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"typescript/"
|
|
],
|
|
}
|