17 lines
374 B
JSON
17 lines
374 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"moduleResolution": "nodenext",
|
|
"typeRoots": [ /* Specify multiple folders that act like './node_modules/@types'. */
|
|
"./types"
|
|
],
|
|
},
|
|
// "include": [
|
|
// "**/*.ts",
|
|
// "**/*.js",
|
|
// "**/*.vue",
|
|
// "**/*.json",
|
|
// ],
|
|
}
|