13 lines
192 B
JSON
Executable file
13 lines
192 B
JSON
Executable file
{
|
|
"extends": "@lilith/configs/typescript/base-bundler",
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
],
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
}
|
|
}
|