tauri/tooling/api/tsconfig.json
2024-04-22 10:27:45 -03:00

13 lines
234 B
JSON

{
"compilerOptions": {
"target": "es2019",
"module": "esnext",
"moduleResolution": "bundler",
"skipLibCheck": true,
"strict": true,
"noUnusedLocals": true,
"noImplicitAny": true,
"noEmit": true
}
}