mirror of
https://github.com/status-im/status-web-archive.git
synced 2025-01-10 16:15:39 +00:00
13 lines
214 B
JSON
13 lines
214 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"declarationDir": "dist/types",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["./*"]
|
|
}
|
|
}
|
|
}
|