12 lines
165 B
JSON
12 lines
165 B
JSON
{
|
|
"extends": "../shared.tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |