17 lines
294 B
JSON
Executable file
17 lines
294 B
JSON
Executable file
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
],
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"moduleResolution": "bundler",
|
|
"module": "ESNext",
|
|
"lib": ["ES2022", "DOM"]
|
|
}
|
|
}
|