15 lines
235 B
JSON
Executable file
15 lines
235 B
JSON
Executable file
{
|
|
"extends": "@lilith/configs/typescript/react",
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"noEmit": true,
|
|
"incremental": false
|
|
}
|
|
}
|