@mingoo/amotify
Version:
UI FW for React
101 lines (99 loc) • 2.04 kB
JSON
{
"compilerOptions": {
"lib": [
"dom",
"dom.iterable"
],
"jsx": "react",
"target": "ES2016",
"module": "commonjs",
"baseUrl": "./",
"paths": {
"@declaration": [
"@src/@declaration/_"
],
"@config": [
"@src/@middleware/_"
],
},
"strict": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"downlevelIteration": true,
"allowJs": true,
"declaration": true,
"sourceMap": false,
"outDir": "./dist",
"noImplicitAny": true,
"noImplicitThis": true,
"noImplicitReturns": true,
"strictNullChecks": true,
"esModuleInterop": true,
"noEmitOnError": false,
"noEmit": false
},
"exclude": [
"node_modules",
"dist"
],
"include": [
"@src/**/*"
]
}
// {
// "compilerOptions": {
// "lib": [
// "dom",
// "dom.iterable"
// ],
// "jsx": "react",
// "target": "ES2016",
// "module": "commonjs",
// "baseUrl": "./",
// "paths": {
// "@declaration": [
// "@src/_"
// ],
// "@global": [
// "@src/@global"
// ],
// "@atoms": [
// "@src/@atoms"
// ],
// "@mols": [
// "@src/@molecules"
// ],
// "@orgs": [
// "@src/@organisms"
// ],
// "@temps": [
// "@src/@templates"
// ],
// "@fn": [
// "@src/@functions"
// ],
// },
// "strict": true,
// "skipLibCheck": true,
// "forceConsistentCasingInFileNames": true,
// "downlevelIteration": true,
// "allowJs": true,
// "declaration": true,
// "sourceMap": false,
// "outDir": "./dist",
// "noImplicitAny": true,
// "noImplicitThis": true,
// "noImplicitReturns": true,
// "strictNullChecks": true,
// "esModuleInterop": true,
// "noEmitOnError": false,
// "noEmit": false
// },
// "exclude": [
// "node_modules",
// "dist"
// ],
// "include": [
// "@src/**/*"
// ]
// }