mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-07 21:56:33 -05:00
9 lines
163 B
JSON
9 lines
163 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["./**/*.ts", "../types/**/*.d.ts"],
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true
|
|
}
|
|
}
|