is/tsconfig.json

13 lines
221 B
JSON
Raw Permalink Normal View History

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
},
"include": [
"source"
],
2017-11-06 16:26:59 +01:00
}