mirror of
https://github.com/tauri-apps/tauri-forage.git
synced 2026-02-04 02:31:20 +01:00
19 lines
362 B
JSON
19 lines
362 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"noImplicitAny": true,
|
|
"module": "ES2015",
|
|
"target": "es5",
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"declarationDir": "./dist/",
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": ["node_modules"]
|
|
}
|