mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 08:02:13 +03:00
18 lines
325 B
JSON
18 lines
325 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"allowJs": true,
|
|
"target": "es2021",
|
|
"esModuleInterop": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"types": ["@types"]
|
|
},
|
|
"declaration": true,
|
|
"declarationDir": "dist",
|
|
"rootDir": "src",
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["./src"]
|
|
}
|