зеркало из https://github.com/nextcloud/spreed.git
15 строки
321 B
JSON
15 строки
321 B
JSON
{
|
|
"include": ["./src/**/*.ts"],
|
|
"exclude": ["node_modules", "vendor"],
|
|
"compilerOptions": {
|
|
"outDir": "./js",
|
|
"allowJs": true,
|
|
"module": "CommonJS",
|
|
"moduleResolution": "bundler",
|
|
"verbatimModuleSyntax": true,
|
|
"target": "ES2020",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
}
|
|
}
|