mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
19 lines
444 B
JSON
19 lines
444 B
JSON
{
|
|
"include": ["*.ts"],
|
|
"exclude": ["node_modules", "dist", "@types"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"module": "ESNext",
|
|
"noImplicitAny": true,
|
|
"target": "ESNext",
|
|
"pretty": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"strict": false,
|
|
"noErrorTruncation": true,
|
|
"allowJs": true,
|
|
}
|
|
} |