Files
tauri-plugins-workspace/webview-src/tsconfig.json
T
Lucas Nogueira 9f6a7e8b72 initial commit
2021-09-14 20:50:05 -03:00

17 lines
297 B
JSON
Executable File

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