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