spin-v2-quickstart/hi/tsconfig.json
2023-11-17 07:27:29 +00:00

15 lines
344 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
"module": "es6",
"target": "es5",
"jsx": "react",
"skipLibCheck": true,
"lib": ["ES2015"],
"allowJs": true,
"strict": true,
"noImplicitReturns": true,
"moduleResolution": "node"
}
}