mirror of
https://github.com/FluxaMedia/fluxa-desktop.git
synced 2026-08-07 17:19:52 +00:00
14 lines
322 B
JSON
14 lines
322 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2021",
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noImplicitAny": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["guest-js/*.ts"],
|
|
"exclude": ["dist-js", "node_modules"]
|
|
}
|