mirror of
https://github.com/coleam00/Archon
synced 2026-04-21 21:47:53 +00:00
12 lines
213 B
JSON
12 lines
213 B
JSON
|
|
{
|
||
|
|
"extends": "../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"noEmit": true,
|
||
|
|
"declaration": false,
|
||
|
|
"declarationMap": false,
|
||
|
|
"sourceMap": false,
|
||
|
|
"types": ["bun-types"]
|
||
|
|
},
|
||
|
|
"include": ["*.ts"]
|
||
|
|
}
|