2017-11-06 16:26:59 +01:00
|
|
|
{
|
2018-11-30 14:28:54 +07:00
|
|
|
"extends": "@sindresorhus/tsconfig",
|
2026-04-07 17:38:43 +07:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"types": ["node"],
|
|
|
|
|
"rootDir": "source",
|
|
|
|
|
"allowImportingTsExtensions": true,
|
|
|
|
|
"rewriteRelativeImportExtensions": true
|
|
|
|
|
},
|
2019-02-04 02:37:14 +07:00
|
|
|
"include": [
|
|
|
|
|
"source"
|
2022-06-11 17:44:01 +07:00
|
|
|
],
|
2017-11-06 16:26:59 +01:00
|
|
|
}
|