mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-30 13:41:45 +00:00
18 lines
431 B
JSON
18 lines
431 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,
|
|
"types": ["node"]
|
|
}
|
|
}
|