mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-05 18:47:50 +03:00
17 lines
301 B
JSON
17 lines
301 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"types": ["@types"]
|
|
},
|
|
"declaration": true,
|
|
"declarationDir": "dist",
|
|
"rootDir": "src",
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["./src"]
|
|
}
|