mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-22 10:57:53 +00:00
17 lines
408 B
JSON
17 lines
408 B
JSON
{
|
|
"compileOnSave": true,
|
|
"include": ["./src/**/*", "./capacitor.config.ts", "./capacitor.config.js"],
|
|
"compilerOptions": {
|
|
"outDir": "./build",
|
|
"importHelpers": true,
|
|
"target": "ES2017",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"typeRoots": ["./node_modules/@types"],
|
|
"allowJs": true,
|
|
"rootDir": ".",
|
|
"skipLibCheck": true
|
|
}
|
|
}
|