1
1
mirror of https://github.com/tauri-apps/tauri.git synced 2024-12-18 08:02:13 +03:00
tauri/tooling/api/tsconfig.json
2021-04-12 01:59:25 -03:00

16 lines
269 B
JSON

{
"compilerOptions": {
"strict": true,
"allowJs": true,
"esModuleInterop": true,
"baseUrl": ".",
"paths": {
"types": ["@types"]
},
"declaration": true,
"declarationDir": "dist",
"rootDir": "src"
},
"include": ["./src"]
}