Files

8 lines
107 B
JSON
Raw Permalink Normal View History

2023-06-20 09:22:53 +08:00
{
"compilerOptions": {
"module": "commonjs",
"target": "es6"
},
"include": ["**/*.ts"]
}