2022-11-18 08:13:49 +00:00
|
|
|
{
|
2022-11-19 03:15:26 +00:00
|
|
|
"extends": "./../../tsconfig.json",
|
2022-11-18 08:13:49 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"outDir": "build",
|
|
|
|
|
"rootDir": ".",
|
|
|
|
|
"lib": ["dom"],
|
|
|
|
|
// Generate d.ts files
|
|
|
|
|
"declaration": true
|
|
|
|
|
},
|
|
|
|
|
"include": ["src"],
|
|
|
|
|
}
|