tauri/tooling/cli/templates/plugin/webview-src/tsconfig.json
2023-02-16 12:24:49 -03:00

17 lines
297 B
JSON

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