Synaptopus/typescript/tsconfig.json

13 lines
234 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "Bundler",
"strict": true,
"declaration": true,
"noEmit": true,
"skipLibCheck": true
},
"include": ["src/**/*.ts"]
}