mirror of
https://github.com/KwiTsukasa/kt-template-online-api.git
synced 2026-05-27 15:44:54 +08:00
11 lines
207 B
JSON
11 lines
207 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "..",
|
|
"noEmit": true,
|
|
"declaration": false,
|
|
"types": ["jest", "node"]
|
|
},
|
|
"include": ["./**/*.ts", "../src/**/*.ts"]
|
|
}
|