mirror of
https://github.com/NeuralNomadsAI/CodeNomad.git
synced 2026-07-26 08:07:40 +00:00
7 lines
125 B
JSON
7 lines
125 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": ["./**/*.ts", "./**/*.tsx"]
|
|
}
|