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/**/*"]
|
||
|
}
|