12 lines
279 B
JSON
12 lines
279 B
JSON
{
|
|
"include": ["src/**/*", "../webapp/src/plugbox_browser/browser_system.ts"],
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"module": "ESNext",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|