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