Files
ame/tsconfig.scripts.json

14 lines
203 B
JSON
Raw Permalink Normal View History

2022-12-30 02:03:51 +02:00
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"skipLibCheck": true,
2023-07-28 22:25:29 +03:00
"outDir": "out/scripts/"
2022-12-30 02:03:51 +02:00
},
"include": [
"scripts/"
]
}