2024-04-05 04:30:56 -04:00
|
|
|
// This is the base tsconfig the entire Socket2 project uses
|
2024-04-02 07:43:54 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2024-04-05 04:30:56 -04:00
|
|
|
"target": "ES2022",
|
|
|
|
"module": "ES2022",
|
|
|
|
"moduleResolution": "Node",
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"strict": true,
|
|
|
|
}
|
2024-04-02 07:43:54 -04:00
|
|
|
}
|