tianta/tsconfig.json
2022-10-17 02:58:52 +13:00

9 lines
176 B
JSON

{
"compilerOptions": {
"allowJs": true,
"noEmit": true,
},
"include": [
"main.js", "project/**/*.js", "libs/**/*.js", "runtime.d.ts"
]
}