mirror of
https://github.com/lingble/Trool.git
synced 2026-03-20 03:50:40 +00:00
19 lines
287 B
JSON
19 lines
287 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"trool": ["../trool"]
|
|
},
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"include": [
|
|
"./src/**/*"
|
|
]
|
|
}
|