mirror of
https://github.com/wishthis/wishthis.git
synced 2026-01-01 19:58:41 -05:00
12 lines
227 B
JSON
12 lines
227 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"strict": true,
|
|
"isolatedModules": true,
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"declarationDir": "./types/"
|
|
},
|
|
"include": ["src/**/*", "test/**/*"]
|
|
}
|