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