mirror of
https://github.com/JonasunderscoreJones/api.jonasjones.dev.git
synced 2025-10-23 03:59:19 +02:00
7 lines
127 B
JSON
7 lines
127 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": false
|
|
},
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src/**/*", "test/**/*"]
|
|
}
|