tianta/tsconfig.json

9 lines
176 B
JSON
Raw Normal View History

2022-10-16 21:58:52 +08:00
{
"compilerOptions": {
"allowJs": true,
"noEmit": true,
},
"include": [
"main.js", "project/**/*.js", "libs/**/*.js", "runtime.d.ts"
]
}