mirror of
https://github.com/PreMiD/PreMiD.git
synced 2026-04-06 04:41:58 +02:00
19 lines
367 B
JSON
19 lines
367 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2018",
|
|
"sourceMap": true,
|
|
"outDir": "dist/app",
|
|
"removeComments": true,
|
|
"esModuleInterop": true,
|
|
"typeRoots": ["@types/*"]
|
|
},
|
|
"include": ["@types/*", "src/**/*"],
|
|
"exclude": [
|
|
"devMode.ts",
|
|
"pkg.ts",
|
|
"installer_assets/builder.ts",
|
|
".github/deploy.ts"
|
|
]
|
|
}
|