mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-27 19:50:24 +02:00
move files to subdir
This commit is contained in:
Executable
+24
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2019",
|
||||
"strict": true,
|
||||
"lib": [
|
||||
"ES2019",
|
||||
"ES2020.Promise",
|
||||
"ES2020.String",
|
||||
"DOM",
|
||||
],
|
||||
"noEmitOnError": true,
|
||||
"isolatedModules": true,
|
||||
// module resolution
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution": "node",
|
||||
// advanced
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"skipLibCheck": true,
|
||||
"declaration": true,
|
||||
"declarationDir": "../webview-dist",
|
||||
"rootDir": "./",
|
||||
},
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user