ruffle/web/packages/extension/tsconfig.json

11 lines
232 B
JSON
Raw Normal View History

{
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"module": "esnext",
"moduleResolution": "node",
"target": "es6",
"strict": true,
},
"include": ["src/**/*"],
}