mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-18 04:11:49 +03:00
18 lines
428 B
JSON
18 lines
428 B
JSON
{
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules", "dist", "@types"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist/esm",
|
|
"module": "ES2020",
|
|
"noImplicitAny": true,
|
|
"target": "ES2020",
|
|
"pretty": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"strict": false
|
|
// "lib": ["ES2020"],
|
|
}
|
|
} |