ft_transcendence/src/icons/test/tsconfig.json
2025-07-29 14:15:25 +02:00

8 lines
148 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"noEmit": false
},
"include": ["../src/**/*.ts", "**/*.ts"]
}