tauri/tooling/cli/templates/plugin/with-api/webview-src/tsconfig.json

17 lines
297 B
JSON
Raw Normal View History

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