mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 18:21:34 +03:00
19 lines
448 B
JSON
19 lines
448 B
JSON
{
|
|
"include": ["src/*.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,
|
|
}
|
|
} |