10 lines
173 B
JSON
10 lines
173 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"noEmit": true,
|
|
"rootDir": "."
|
|
},
|
|
"include": ["src", "tests"]
|
|
}
|