Spaces:
Runtime error
Runtime error
File size: 171 Bytes
1514519 | 1 2 3 4 5 6 7 8 9 10 11 | {
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"declaration": true,
"outDir": "./dist",
"strict": true
},
"include": ["src"]
}
|