mirror of https://github.com/mode777/rayjs.git
11 lines
212 B
JSON
11 lines
212 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2020",
|
||
|
"module": "commonjs",
|
||
|
"outDir": "dist",
|
||
|
"esModuleInterop": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"strict": true
|
||
|
}
|
||
|
}
|
||
|
|