9 lines
189 B
JSON
9 lines
189 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "build/main",
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["**/*.ts", "**/.*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|