mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 13:33:55 -07:00
9 lines
152 B
JSON
9 lines
152 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["node"],
|
|
"rootDir": ".",
|
|
"noEmit": true
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|