9 lines
No EOL
221 B
JSON
9 lines
No EOL
221 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./web/dist",
|
|
"declarationDir": "./web/dist",
|
|
},
|
|
"include": ["web/src/**/*", "web/index.ts"],
|
|
"exclude": ["node_modules"],
|
|
} |