13 lines
330 B
JSON
13 lines
330 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src", "index.d.ts"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"declarationDir": "./dist",
|
|
"module": "ES2022",
|
|
"outDir": "./dist",
|
|
"target": "ES2022",
|
|
"jsx": "preserve",
|
|
"types": ["@types/dom-view-transitions", "network-information-types"]
|
|
}
|
|
}
|