mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-24 14:31:52 +01:00
9 lines
140 B
JSON
9 lines
140 B
JSON
{
|
|
"extends": "@4c/tsconfig/web.json",
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"rootDir": "src"
|
|
},
|
|
"include": ["src"]
|
|
}
|