flashlang/src/tsconfig.json

11 lines
182 B
JSON

{
"extends": "@tsconfig/svelte/tsconfig.json",
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
"target": "ES6",
"strict": true
},
"include": ["/**/*"]
}