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