mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +03:00
14 lines
250 B
JSON
14 lines
250 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"strict": true,
|
||
|
"module": "esnext",
|
||
|
"target": "es6",
|
||
|
"allowJs": true,
|
||
|
"pretty": true,
|
||
|
"esModuleInterop": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"moduleResolution": "node"
|
||
|
},
|
||
|
"include": ["src"]
|
||
|
}
|