mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-27 14:41:44 +08:00
15 lines
210 B
JSON
15 lines
210 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/app",
|
|
"types": []
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"src/test.ts",
|
|
"src/**/*.spec.ts"
|
|
]
|
|
}
|