mirror of
https://github.com/Qortal/qapp-core.git
synced 2026-04-26 18:39:23 +00:00
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "dist",
|
|
"noEmit": false
|
|
},
|
|
"include": ["src"]
|
|
}
|