mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-05-07 05:58:13 -05:00
8 lines
114 B
JSON
8 lines
114 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["node"]
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
}
|