mirror of
https://github.com/TxtDot/dalet.git
synced 2024-11-22 04:46:23 +03:00
10 lines
176 B
JSON
10 lines
176 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2019",
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"strict": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|