generated from bastian/boilerplate
13 lines
259 B
JSON
13 lines
259 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"declaration": true,
|
|
"module": "ES2022",
|
|
"moduleResolution": "Bundler",
|
|
"lib": ["ES2023", "DOM"]
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|